diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-03 13:57:48 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-03 13:57:48 +0000 |
commit | 48ad9eec217292cf9dd601924866bc402f0c76ac (patch) | |
tree | 2ef5ab5c0c812e41bfeb732e4b4f5f0f4aaee36c /sbin/pfctl/pfctl.c | |
parent | 60c6f58cd9fc50f82e3e2e637b40fe29b7e83bac (diff) |
zap dead code
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r-- | sbin/pfctl/pfctl.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index a0936f600be..6d67afd7998 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.143 2003/02/03 13:40:45 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.144 2003/02/03 13:57:47 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1004,14 +1004,6 @@ pfctl_rules(int dev, char *filename, int opts) err(1, "DIOCCOMMITRULES"); } pfctl_commit_table(); -#if 0 - if ((opts & PF_OPT_QUIET) == 0) { - fprintf(stderr, "%u nat entries loaded\n", n); - fprintf(stderr, "%u rdr entries loaded\n", r); - fprintf(stderr, "%u binat entries loaded\n", b); - fprintf(stderr, "%u rules loaded\n", n); - } -#endif } if (fin != stdin) fclose(fin); |