summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-23 15:56:25 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-23 15:56:25 +0000
commitbfe5a89a24c912c4037989a467e6d9fc618f0833 (patch)
tree345b918726476b3c918961cae1739791a12a6ea1
parent18dfc4e82275d00201b44cd4def776a1becfbd1e (diff)
remove dead code
-rw-r--r--sbin/pfctl/pfctl_altq.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c
index 78567709127..a15e63f6add 100644
--- a/sbin/pfctl/pfctl_altq.c
+++ b/sbin/pfctl/pfctl_altq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_altq.c,v 1.25 2002/12/17 20:06:05 henning Exp $ */
+/* $OpenBSD: pfctl_altq.c,v 1.26 2002/12/23 15:56:24 henning Exp $ */
/*
* Copyright (C) 2002
@@ -514,15 +514,6 @@ print_cbq_opts(const struct pf_altq *a)
const struct cbq_opts *opts;
opts = &a->pq_u.cbq_opts;
-
-/* printf(" cbq options: minburst %u maxburst %u"
- " pktsize %u maxpktsize %u\n",
- opts->minburst, opts->maxburst,
- opts->pktsize, opts->maxpktsize);
- printf(" ns_per_byte %u maxidle %u minidle %d offtime %u\n",
- opts->ns_per_byte, opts->maxidle, opts->minidle, opts->offtime);
-*/
-
if (opts->flags) {
printf("cbq(");
if (opts->flags & CBQCLF_RED)