[NEIGH]: Remove unused method from include/net/neighbour.h
authorRami Rosen <ramirose@gmail.com>
Mon, 31 Dec 2007 07:25:31 +0000 (23:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:17 +0000 (15:00 -0800)
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h

index 11590f2..a9dda29 100644 (file)
@@ -292,10 +292,6 @@ static inline int neigh_is_connected(struct neighbour *neigh)
        return neigh->nud_state&NUD_CONNECTED;
 }
 
-static inline int neigh_is_valid(struct neighbour *neigh)
-{
-       return neigh->nud_state&NUD_VALID;
-}
 
 static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb)
 {