1
0
Fork 0

sctp: remove sctp_assoc_proc_exit()

Commit 20c2c1fd6c
(sctp: add sctp/remaddr table to complete RFC remote address table OID)
added an unused sctp_assoc_proc_exit() function that seems to have been 
unintentionally created when copying the assocs code.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
wifi-calibration
Adrian Bunk 2008-07-22 14:21:30 -07:00 committed by David S. Miller
parent abd0b198ea
commit 4d6971e909
1 changed files with 0 additions and 5 deletions

View File

@ -519,8 +519,3 @@ int __init sctp_remaddr_proc_init(void)
return 0;
}
void sctp_assoc_proc_exit(void)
{
remove_proc_entry("remaddr", proc_net_sctp);
}