Skip to content

Commit 540bde5

Browse files
YueHaibingdavem330
YueHaibing
authored andcommitted
ila: remove unused macro 'ILA_HASH_TABLE_SIZE'
net/ipv6/ila/ila_xlat.c:604:0: warning: macro "ILA_HASH_TABLE_SIZE" is not used [-Wunused-macros] Signed-off-by: YueHaibing <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent beb97d3 commit 540bde5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/ipv6/ila/ila_xlat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,6 @@ int ila_xlat_nl_dump(struct sk_buff *skb, struct netlink_callback *cb)
601601
return ret;
602602
}
603603

604-
#define ILA_HASH_TABLE_SIZE 1024
605-
606604
int ila_xlat_init_net(struct net *net)
607605
{
608606
struct ila_net *ilan = net_generic(net, ila_net_id);

0 commit comments

Comments
 (0)