Skip to content

Commit f624357

Browse files
ramirosendavem330
authored andcommitted
[NEIGH]: Remove unused method from include/net/neighbour.h
Signed-off-by: Rami Rosen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 04ce99c commit f624357

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/net/neighbour.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,6 @@ static inline int neigh_is_connected(struct neighbour *neigh)
292292
return neigh->nud_state&NUD_CONNECTED;
293293
}
294294

295-
static inline int neigh_is_valid(struct neighbour *neigh)
296-
{
297-
return neigh->nud_state&NUD_VALID;
298-
}
299295

300296
static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb)
301297
{

0 commit comments

Comments
 (0)