]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf98000df76f81677f780c23af5ba6d7d0505fb15
treee76770b74cbaa62da011742a07b6afe3545e4e08
parentd95c4b5cd0bf93a516c952d2d508d1ee9a995185
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