Skip to content

Commit

Permalink
atm: clip: Remove code commented out since eternity.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 2, 2011
1 parent b361311 commit 340e8dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions net/atm/clip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 340e8dc

Please sign in to comment.