#ifdef out section of code dealing with integer timers,

they aren't here any more.
This commit is contained in:
Jonathan Lemon 1999-08-31 02:32:14 +00:00
parent ac3595b017
commit 46d6c35550
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50680

View File

@ -347,6 +347,11 @@ tcp_trace(act, ostate, atp, tp, ti, req)
tp->snd_wl2, tp->snd_wnd);
}
/* print out timers? */
#if 0
/*
* XXX
* kernel now uses callouts, not integer time values.
*/
if (tflag) {
register char *cp = "\t";
register int i;
@ -362,6 +367,7 @@ tcp_trace(act, ostate, atp, tp, ti, req)
if (*cp != '\t')
putchar('\n');
}
#endif
}
int