]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Fix duplicate return
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 19 Sep 2008 15:49:07 +0000 (08:49 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 19 Sep 2008 15:49:07 +0000 (08:49 -0700)
Get rid of dead code

tc/m_ematch.c

index 7065fd0bf0bc43576c9672123a867b2426c538cb..7f79a065a1d76a60c67c18b704a745d26ab0836f 100644 (file)
@@ -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)