mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
tipc: Eliminate an unused symbolic constant in link code
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>
This commit is contained in:
parent
52fe7b725e
commit
471450f7ec
@ -48,12 +48,6 @@
|
||||
|
||||
#define INVALID_SESSION 0x10000
|
||||
|
||||
/*
|
||||
* Limit for deferred reception queue:
|
||||
*/
|
||||
|
||||
#define DEF_QUEUE_LIMIT 256u
|
||||
|
||||
/*
|
||||
* Link state events:
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user