aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2006-11-10 12:01:52 -0200
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:21:57 -0800
commitf6484f7c7ad22e4bb018875c386d6a7aaa441426 (patch)
treeef85d9e6bdafff17bdf383df73e7a87de584c4aa /net/dccp/dccp.h
parent[DCCP]: Simplify jump labels in dccp_v{4,6}_rcv (diff)
downloadlinux-dev-f6484f7c7ad22e4bb018875c386d6a7aaa441426.tar.xz
linux-dev-f6484f7c7ad22e4bb018875c386d6a7aaa441426.zip
[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.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;
extern struct inet_hashinfo dccp_hashinfo;
extern atomic_t dccp_orphan_count;
-extern int dccp_tw_count;
-extern void dccp_tw_deschedule(struct inet_timewait_sock *tw);
extern void dccp_time_wait(struct sock *sk, int state, int timeo);