Commit f6243579 authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller
Browse files

[NEIGH]: Remove unused method from include/net/neighbour.h

parent 04ce99c4
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -292,10 +292,6 @@ static inline int neigh_is_connected(struct neighbour *neigh)
	return neigh->nud_state&NUD_CONNECTED;
	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)
static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb)
{
{