mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
tipc: clean out all instances of #if 0'd unused code
Remove all instances of legacy, or as yet to be implemented code that is currently living within an #if 0 ... #endif block. In the rare instance that some of it be needed in the future, it can still be dragged out of history, but there is no need for it to sit in mainline. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9fbb711ee1
commit
7368ddf144
9 changed files with 1 additions and 375 deletions
|
@ -210,10 +210,6 @@ struct link {
|
|||
u32 msg_length_counts;
|
||||
u32 msg_lengths_total;
|
||||
u32 msg_length_profile[7];
|
||||
#if 0
|
||||
u32 sent_tunneled;
|
||||
u32 recv_tunneled;
|
||||
#endif
|
||||
} stats;
|
||||
|
||||
struct print_buf print_buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue