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_standard.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/libxt_standard.c') diff --git a/extensions/libxt_standard.c b/extensions/libxt_standard.c index 505f87d7..54e13483 100644 --- a/extensions/libxt_standard.c +++ b/extensions/libxt_standard.c @@ -7,7 +7,6 @@ #include #include -/* Function which prints out usage message. */ static void standard_help(void) { printf( @@ -15,8 +14,6 @@ static void standard_help(void) "(If target is DROP, ACCEPT, RETURN or nothing)\n"); } -/* Function which parses command options; returns true if it - ate an option */ static int standard_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) { -- cgit v1.2.3