From: Stephen Hemminger Date: Fri, 19 Sep 2008 15:49:07 +0000 (-0700) Subject: Fix duplicate return X-Git-Tag: v2.6.27~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc7d1bd88d90a9796d5f27351dc9e1ffb185d174;p=thirdparty%2Fiproute2.git Fix duplicate return Get rid of dead code --- diff --git a/tc/m_ematch.c b/tc/m_ematch.c index 7065fd0bf..7f79a065a 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)