tipc: clean out all instances of #if 0'd unused code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 12 Oct 2010 14:25:58 +0000 (14:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Oct 2010 21:27:34 +0000 (14:27 -0700)
commit7368ddf144afd79456fd853fa25f33e31da003a9
treee76770b74cbaa62da011742a07b6afe3545e4e08
parent9fbb711ee1a70826440502133903d4df025c0b78
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>
net/tipc/config.c
net/tipc/discover.c
net/tipc/discover.h
net/tipc/link.c
net/tipc/link.h
net/tipc/name_table.c
net/tipc/net.c
net/tipc/node.c
net/tipc/port.c