Skip to content

Commit

Permalink
[NEIGH]: Remove unused method from include/net/neighbour.h
Browse files Browse the repository at this point in the history
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Jan 28, 2008
1 parent 04ce99c commit f624357
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/net/neighbour.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f624357

Please sign in to comment.