aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2006-11-10 09:01:52 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 00:21:57 -0500
commitf6484f7c7ad22e4bb018875c386d6a7aaa441426 (patch)
treeef85d9e6bdafff17bdf383df73e7a87de584c4aa /net/dccp
parentd23c7107bfbaac955289685c522c7ff99dad3780 (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>
Diffstat (limited to 'net/dccp')
-rw-r--r--net/dccp/dccp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index 9f00dd807e04..8964b188aba3 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -35,8 +35,6 @@ extern int dccp_debug;
35extern struct inet_hashinfo dccp_hashinfo; 35extern struct inet_hashinfo dccp_hashinfo;
36 36
37extern atomic_t dccp_orphan_count; 37extern atomic_t dccp_orphan_count;
38extern int dccp_tw_count;
39extern void dccp_tw_deschedule(struct inet_timewait_sock *tw);
40 38
41extern void dccp_time_wait(struct sock *sk, int state, int timeo); 39extern void dccp_time_wait(struct sock *sk, int state, int timeo);
42 40