[DCCP] timewait: Remove leftover extern declarations
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Fri, 10 Nov 2006 14:01:52 +0000 (12:01 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:21:57 +0000 (21:21 -0800)
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>

No differences found