diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-22 11:46:03 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-22 11:46:03 +0000 |
commit | 2d4cb7f673f5c31fedc93916948ca9e16e7ea755 (patch) | |
tree | 4c7332c5f564c6939972c9ff0adb5bc8e638551a /sbin | |
parent | 34aef7e8096a30a6eb558e3c7b5d409c049d3648 (diff) |
kill dead code
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl_altq.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c index 3aeceada246..717d807860d 100644 --- a/sbin/pfctl/pfctl_altq.c +++ b/sbin/pfctl/pfctl_altq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_altq.c,v 1.7 2002/11/19 17:49:53 henning Exp $ */ +/* $OpenBSD: pfctl_altq.c,v 1.8 2002/11/22 11:46:02 henning Exp $ */ /* * Copyright (C) 2002 * Sony Computer Science Laboratories Inc. All rights reserved. @@ -157,10 +157,6 @@ print_queue(const struct pf_altq *a, unsigned level) printf(" "); printf("%s bandwidth %s priority %u", a->qname, rate2str((double)a->bandwidth), a->priority); -/* printf("queue on %s %s parent 0x%x priority %u bandwidth %s" - " qlimit %u qid 0x%x\n", - a->ifname, a->qname, a->parent_qid, a->priority, - rate2str((double)a->bandwidth), a->qlimit, a->qid); */ switch (a->scheduler) { case ALTQT_CBQ: print_cbq_opts(a); |