diff options
Diffstat (limited to 'net/tipc/bcast.c')
| -rw-r--r-- | net/tipc/bcast.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 15eb7445874..048b7a3e848 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -115,11 +115,6 @@ static void tipc_nmap_diff(struct tipc_node_map *nm_a,  			   struct tipc_node_map *nm_b,  			   struct tipc_node_map *nm_diff); -static u32 buf_seqno(struct sk_buff *buf) -{ -	return msg_seqno(buf_msg(buf)); -} -  static u32 bcbuf_acks(struct sk_buff *buf)  {  	return (u32)(unsigned long)TIPC_SKB_CB(buf)->handle;  |