Fix duplicate return

Get rid of dead code
This commit is contained in:
Stephen Hemminger 2008-09-19 08:49:07 -07:00
parent 1f1ae524fb
commit bc7d1bd88d
1 changed files with 0 additions and 2 deletions

View 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)