diff options
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r-- | net/tipc/core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index 6586eac6a50e..c261a5dca7c5 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
@@ -50,9 +50,6 @@ | |||
50 | /* global variables used by multiple sub-systems within TIPC */ | 50 | /* global variables used by multiple sub-systems within TIPC */ |
51 | int tipc_random; | 51 | int tipc_random; |
52 | 52 | ||
53 | const char tipc_alphabet[] = | ||
54 | "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_."; | ||
55 | |||
56 | /* configurable TIPC parameters */ | 53 | /* configurable TIPC parameters */ |
57 | u32 tipc_own_addr; | 54 | u32 tipc_own_addr; |
58 | int tipc_max_ports; | 55 | int tipc_max_ports; |