summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-08-23 11:39:29 -0700
committerDavid S. Miller <davem@davemloft.net>2016-08-23 23:25:29 -0700
commitba2489b0e0113f68a25fe7a563842c2b591829d7 (patch)
tree1eb76062dddfc69baabb51a4aba9e69c02908052 /include/net/sock.h
parent391bb6be6578829540bc466fc85da44a68148b84 (diff)
downloadlinux-ba2489b0e0113f68a25fe7a563842c2b591829d7.tar.gz
linux-ba2489b0e0113f68a25fe7a563842c2b591829d7.tar.xz
net: remove clear_sk() method
We no longer use this handler, we can delete it. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 1bc57609f8e1..c797c57f4d9f 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1020,7 +1020,6 @@ struct proto {
void (*unhash)(struct sock *sk);
void (*rehash)(struct sock *sk);
int (*get_port)(struct sock *sk, unsigned short snum);
- void (*clear_sk)(struct sock *sk, int size);
/* Keeping track of sockets in use */
#ifdef CONFIG_PROC_FS