Skip to content

Commit

Permalink
tipc: Eliminate an unused symbolic constant in link code
Browse files Browse the repository at this point in the history
Removes a symbol that is not referenced anywhere by TIPC's link code.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Allan Stephens authored and David S. Miller committed Dec 2, 2010
1 parent 52fe7b7 commit 471450f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@

#define INVALID_SESSION 0x10000

/*
* Limit for deferred reception queue:
*/

#define DEF_QUEUE_LIMIT 256u

/*
* Link state events:
*/
Expand Down

0 comments on commit 471450f

Please sign in to comment.