dccp: Remove unused declaration dccp_feat_initialise_sysctls()
authorYueHaibing <yuehaibing@huawei.com>
Wed, 26 Jul 2023 14:32:39 +0000 (22:32 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 Jul 2023 00:16:26 +0000 (17:16 -0700)
This is never used, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230726143239.9904-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dccp/feat.h

index d76c9be..57d9c02 100644 (file)
@@ -105,7 +105,6 @@ extern int       sysctl_dccp_rx_ccid;
 extern int          sysctl_dccp_tx_ccid;
 
 int dccp_feat_init(struct sock *sk);
-void dccp_feat_initialise_sysctls(void);
 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
                          u8 const *list, u8 len);
 int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *,