summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.h
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2014-01-04 22:49:14 +0100
committerDavid S. Miller <davem@davemloft.net>2014-01-05 02:18:50 +0100
commiteec73f1c968d6d6cafa5ca19d53b6618bbd20e1e (patch)
treed7533f7a54cfa90c3a206a81419100e68ecdd4d7 /net/tipc/node.h
parenttipc: make local function static (diff)
downloadlinux-eec73f1c968d6d6cafa5ca19d53b6618bbd20e1e.tar.xz
linux-eec73f1c968d6d6cafa5ca19d53b6618bbd20e1e.zip
tipc: remove unused code
Remove dead code; tipc_bearer_find_interface tipc_node_redundant_links This may break out of tree version of TIPC if there still is one. But that maybe a good thing :-) Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r--net/tipc/node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h
index e5e96c04e167..d4bb654c858d 100644
--- a/net/tipc/node.h
+++ b/net/tipc/node.h
@@ -115,7 +115,6 @@ void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
int tipc_node_active_links(struct tipc_node *n_ptr);
-int tipc_node_redundant_links(struct tipc_node *n_ptr);
int tipc_node_is_up(struct tipc_node *n_ptr);
struct sk_buff *tipc_node_get_links(const void *req_tlv_area, int req_tlv_space);
struct sk_buff *tipc_node_get_nodes(const void *req_tlv_area, int req_tlv_space);