From: David S. Miller Date: Fri, 2 Dec 2011 19:27:11 +0000 (-0500) Subject: atm: clip: Remove code commented out since eternity. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=340e8dc1fb4032b6c8334c9bff20b2aec42ecfd8;p=~shefty%2Frdma-dev.git atm: clip: Remove code commented out since eternity. Signed-off-by: David S. Miller --- diff --git a/net/atm/clip.c b/net/atm/clip.c index f3b36154b0c..c84ce7fe3f9 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c @@ -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++;