Skip to content

Commit fe5a90b

Browse files
YueHaibingpcmoore
authored andcommitted
selinux: netlabel: Remove unused inline function
There's no callers in-tree. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 03414a4 commit fe5a90b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

security/selinux/include/netlabel.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ static inline int selinux_netlbl_skbuff_setsid(struct sk_buff *skb,
9898
return 0;
9999
}
100100

101-
static inline int selinux_netlbl_conn_setsid(struct sock *sk,
102-
struct sockaddr *addr)
103-
{
104-
return 0;
105-
}
106-
107101
static inline int selinux_netlbl_sctp_assoc_request(struct sctp_endpoint *ep,
108102
struct sk_buff *skb)
109103
{

0 commit comments

Comments
 (0)