mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
atm: clip: Remove code commented out since eternity.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b3613118eb
commit
340e8dc1fb
@ -340,15 +340,6 @@ static netdev_tx_t clip_start_xmit(struct sk_buff *skb,
|
||||
}
|
||||
n = dst_get_neighbour(dst);
|
||||
if (!n) {
|
||||
#if 0
|
||||
n = clip_find_neighbour(skb_dst(skb), 1);
|
||||
if (!n) {
|
||||
dev_kfree_skb(skb); /* lost that one */
|
||||
dev->stats.tx_dropped++;
|
||||
return 0;
|
||||
}
|
||||
dst_set_neighbour(dst, n);
|
||||
#endif
|
||||
pr_err("NO NEIGHBOUR !\n");
|
||||
dev_kfree_skb(skb);
|
||||
dev->stats.tx_dropped++;
|
||||
|
Loading…
Reference in New Issue
Block a user