From bc7d1bd88d90a9796d5f27351dc9e1ffb185d174 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 19 Sep 2008 08:49:07 -0700 Subject: [PATCH] Fix duplicate return Get rid of dead code --- tc/m_ematch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tc/m_ematch.c b/tc/m_ematch.c index 7065fd0b..7f79a065 100644 --- a/tc/m_ematch.c +++ b/tc/m_ematch.c @@ -168,8 +168,6 @@ static struct ematch_util *get_ematch_kind_num(__u16 kind) return NULL; return get_ematch_kind(name); - - return NULL; } static int parse_tree(struct nlmsghdr *n, struct ematch *tree)