Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d6971e9 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

sctp: remove sctp_assoc_proc_exit()



Commit 20c2c1fd
(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: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarNeil Horman <nhorman@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent abd0b198
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);
}