From: Allan Stephens Date: Tue, 30 Nov 2010 12:01:01 +0000 (+0000) Subject: tipc: Eliminate an unused symbolic constant in link code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=471450f7ec24ccd9ac24e6f05cd9358d40c09d03;p=linux-beck.git 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 Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- diff --git a/net/tipc/link.c b/net/tipc/link.c index aee6579438c7..cf414cf05e72 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c @@ -48,12 +48,6 @@ #define INVALID_SESSION 0x10000 -/* - * Limit for deferred reception queue: - */ - -#define DEF_QUEUE_LIMIT 256u - /* * Link state events: */