From: osdl.net!shemminger Date: Thu, 10 Mar 2005 20:22:50 +0000 (+0000) Subject: get rid of some old ifdef'd out code. X-Git-Tag: v2_6_11-050318~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7024f2ef528bfb5a16c6d4b1aef40f4648db466;p=thirdparty%2Fiproute2.git get rid of some old ifdef'd out code. (Logical change 1.157) --- diff --git a/tc/q_gred.c b/tc/q_gred.c index 6cb6e396e..0651bd440 100644 --- a/tc/q_gred.c +++ b/tc/q_gred.c @@ -76,9 +76,6 @@ static int init_gred(struct qdisc_util *qu, int argc, char **argv, struct nlmsgh "defined after DPs\n"); return -1; } -#if 0 - if (opt.def_DP>opt.DPs-1) { -#endif if (opt.def_DP>opt.DPs) { /* fprintf(stderr, "\"default DP\" must be less than %d\nNote: DP runs from 0 to %d for %d DPs\n",opt.DPs,opt.DPs-1,opt.DPs);