From bfe5a89a24c912c4037989a467e6d9fc618f0833 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Mon, 23 Dec 2002 15:56:25 +0000 Subject: remove dead code --- sbin/pfctl/pfctl_altq.c | 11 +---------- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3