Skip to content

Commit

Permalink
sctp: remove sctp_assoc_proc_exit()
Browse files Browse the repository at this point in the history
Commit 20c2c1f
(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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jul 22, 2008
1 parent abd0b19 commit 4d6971e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/sctp/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 4d6971e

Please sign in to comment.