diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2006-11-10 09:01:52 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:21:57 -0500 |
commit | f6484f7c7ad22e4bb018875c386d6a7aaa441426 (patch) | |
tree | ef85d9e6bdafff17bdf383df73e7a87de584c4aa /net/dccp/dccp.h | |
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>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 2 |
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; | |||
35 | extern struct inet_hashinfo dccp_hashinfo; | 35 | extern struct inet_hashinfo dccp_hashinfo; |
36 | 36 | ||
37 | extern atomic_t dccp_orphan_count; | 37 | extern atomic_t dccp_orphan_count; |
38 | extern int dccp_tw_count; | ||
39 | extern void dccp_tw_deschedule(struct inet_timewait_sock *tw); | ||
40 | 38 | ||
41 | extern void dccp_time_wait(struct sock *sk, int state, int timeo); | 39 | extern void dccp_time_wait(struct sock *sk, int state, int timeo); |
42 | 40 | ||