From: Jesper Dangaard Brouer Date: Wed, 24 Sep 2008 15:32:43 +0000 (+0200) Subject: libiptc: remove old fixme X-Git-Tag: v1.4.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb03c8e087c4cc438f2cbc0ff6a5e9b85f6d4fb;p=thirdparty%2Fiptables.git libiptc: remove old fixme Chains _are_ sorted, binary search depend on it! Signed-off-by: Jesper Dangaard Brouer Signed-off-by: Patrick McHardy --- diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index b68e48c3..39c8e991 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -1076,8 +1076,6 @@ static int parse_table(TC_HANDLE_T h) } } - /* FIXME: sort chains */ - return 1; }