tipc: clean out all instances of #if 0'd unused code
[sfrench/cifs-2.6.git] / net / tipc / discover.h
index c36eaeb7d5d0bb2e55461468d430a0c8b15734ac..9d064c3639bf6ebd31c5b8b6a4039bf8256da7cf 100644 (file)
@@ -51,8 +51,5 @@ void tipc_disc_stop_link_req(struct link_req *req);
 void tipc_disc_recv_msg(struct sk_buff *buf, struct bearer *b_ptr);
 
 void tipc_disc_link_event(u32 addr, char *name, int up);
-#if 0
-int  disc_create_link(const struct tipc_link_create *argv);
-#endif
 
 #endif