From: Stephen Hemminger Date: Sun, 27 Oct 2013 19:28:38 +0000 (-0700) Subject: htb: remove old unused duplicate qdisc name X-Git-Tag: v3.12.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734c0ca2cabf96e2ac1abe6e1b0968d0b5b03b11;p=thirdparty%2Fiproute2.git htb: remove old unused duplicate qdisc name Alexey had htb2 as name for version in ancient code. --- diff --git a/tc/q_htb.c b/tc/q_htb.c index 6737ddb0c..e108857d7 100644 --- a/tc/q_htb.c +++ b/tc/q_htb.c @@ -346,13 +346,3 @@ struct qdisc_util htb_qdisc_util = { .parse_copt = htb_parse_class_opt, .print_copt = htb_print_opt, }; - -/* for testing of old one */ -struct qdisc_util htb2_qdisc_util = { - .id = "htb2", - .parse_qopt = htb_parse_opt, - .print_qopt = htb_print_opt, - .print_xstats = htb_print_xstats, - .parse_copt = htb_parse_class_opt, - .print_copt = htb_print_opt, -};