tipc: Clean out all remaining instances of #if 0'd unused code
authorAllan Stephens <Allan.Stephens@windriver.com>
Tue, 18 Jan 2011 18:37:09 +0000 (13:37 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 23 Feb 2011 23:05:11 +0000 (18:05 -0500)
Remove all instances of legacy or proposed-but-not-implemented code
that lives within an #if 0 ... #endif block.  If some of it is needed
in the future it can recovered out of history, but there is no need
for it to clutter up the active code base.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

No differences found