commit | f6484f7c7ad22e4bb018875c386d6a7aaa441426 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Fri Nov 10 12:01:52 2006 -0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:21:57 2006 -0800 |
tree | ef85d9e6bdafff17bdf383df73e7a87de584c4aa | |
parent | d23c7107bfbaac955289685c522c7ff99dad3780 [diff] |
[DCCP] timewait: Remove leftover extern declarations Gerrit Renker noticed dccp_tw_deschedule and submitted a patch with a FIXME, but as he suggests in the same patch the best thing is to just ditch this declaration, while doing that also noticed that tcp_tw_count is as well not defined anywhere, so ditch it too. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>