diff options
| author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2010-10-12 14:25:58 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2010-10-13 14:27:34 -0700 | 
| commit | 7368ddf144afd79456fd853fa25f33e31da003a9 (patch) | |
| tree | e76770b74cbaa62da011742a07b6afe3545e4e08 /net/tipc/discover.c | |
| parent | 9fbb711ee1a70826440502133903d4df025c0b78 (diff) | |
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>
Diffstat (limited to 'net/tipc/discover.c')
| -rw-r--r-- | net/tipc/discover.c | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/net/tipc/discover.c b/net/tipc/discover.c index f28d1ae93125..dbd79c67d7c0 100644 --- a/net/tipc/discover.c +++ b/net/tipc/discover.c @@ -46,16 +46,6 @@  #define TIPC_LINK_REQ_FAST	2000	/* normal delay if bearer has no links */  #define TIPC_LINK_REQ_SLOW	600000	/* normal delay if bearer has links */ -#if 0 -#define  GET_NODE_INFO         300 -#define  GET_NODE_INFO_RESULT  301 -#define  FORWARD_LINK_PROBE    302 -#define  LINK_REQUEST_REJECTED 303 -#define  LINK_REQUEST_ACCEPTED 304 -#define  DROP_LINK_REQUEST     305 -#define  CHECK_LINK_COUNT      306 -#endif -  /*   * TODO: Most of the inter-cluster setup stuff should be   * rewritten, and be made conformant with specification. @@ -79,16 +69,6 @@ struct link_req {  }; -#if 0 -int disc_create_link(const struct tipc_link_create *argv) -{ -	/* -	 * Code for inter cluster link setup here -	 */ -	return TIPC_OK; -} -#endif -  /*   * disc_lost_link(): A link has lost contact   */ | 
