[Codel] [PATCH 2/2] codel: RED is dead

Dave Taht dave.taht at bufferbloat.net
Sat May 5 15:32:29 EDT 2012


From: Dave Täht <dave.taht at bufferbloat.net>

Removed unused struct referencing now-obsolete queuing discipline.

Signed-off-by: Dave Täht <dave.taht at bufferbloat.net>
---
 tc/q_codel.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/tc/q_codel.c b/tc/q_codel.c
index 0a7cf9f..63cc583 100644
--- a/tc/q_codel.c
+++ b/tc/q_codel.c
@@ -32,7 +32,6 @@ static void explain(void)
 static int codel_parse_opt(struct qdisc_util *qu, int argc, char **argv,
 			   struct nlmsghdr *n)
 {
-	struct tc_red_qopt opt;
 	unsigned limit = 0;
 	unsigned target = 0;
 	unsigned interval = 0;
-- 
1.7.9.5




More information about the Codel mailing list