net: Kill sock->sk_protinfo
No more users, so it can now be removed. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
3200392b88
commit
1830fcea5b
@@ -2269,7 +2269,6 @@ static void sock_def_write_space(struct sock *sk)
|
||||
|
||||
static void sock_def_destruct(struct sock *sk)
|
||||
{
|
||||
kfree(sk->sk_protinfo);
|
||||
}
|
||||
|
||||
void sk_send_sigurg(struct sock *sk)
|
||||
|
Reference in New Issue
Block a user