mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
tipc: Delete useless function prototypes
Removes several function declarations that aren't used anywhere, either because they reference routines that no longer exist or because all users of the function reference it after it has already been defined. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
28cc937eac
commit
528c771e87
4 changed files with 0 additions and 4 deletions
|
@ -40,7 +40,6 @@
|
|||
#include "port.h"
|
||||
#include "name_distr.h"
|
||||
|
||||
void node_print(struct print_buf *buf, struct tipc_node *n_ptr, char *str);
|
||||
static void node_lost_contact(struct tipc_node *n_ptr);
|
||||
static void node_established_contact(struct tipc_node *n_ptr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue