From ddac6c5bc636003d664d25c08ea3fe176565096c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 14:22:19 +0200 Subject: src: Update comments A number of comments are redundant, some outdated and others outright wrong in their own way. Remove and fixup. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_statistic.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/libxt_statistic.c') diff --git a/extensions/libxt_statistic.c b/extensions/libxt_statistic.c index 114b4197..d85aacbd 100644 --- a/extensions/libxt_statistic.c +++ b/extensions/libxt_statistic.c @@ -94,7 +94,6 @@ statistic_parse(int c, char **argv, int invert, unsigned int *flags, return 1; } -/* Final check; must have specified --mark. */ static void statistic_check(unsigned int flags) { if (!(flags & 0x1)) @@ -124,7 +123,6 @@ static void statistic_check(unsigned int flags) global_info->u.nth.packet; } -/* Prints out the matchinfo. */ static void print_match(const struct xt_statistic_info *info, char *prefix) { if (info->flags & XT_STATISTIC_INVERT) @@ -153,7 +151,6 @@ statistic_print(const void *ip, const struct xt_entry_match *match, int numeric) print_match(info, ""); } -/* Saves the union ipt_matchinfo in parsable form to stdout. */ static void statistic_save(const void *ip, const struct xt_entry_match *match) { struct xt_statistic_info *info = (struct xt_statistic_info *)match->data; -- cgit v1.2.3