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)
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>

No differences found