aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorAllan Stephens <Allan.Stephens@windriver.com>2010-11-30 12:01:01 +0000
committerDavid S. Miller <davem@davemloft.net>2010-12-02 13:34:05 -0800
commit471450f7ec24ccd9ac24e6f05cd9358d40c09d03 (patch)
treeaeeb9210d236f9c34954ffce1128c6105eda2989 /net/tipc
parenttipc: Eliminate useless initialization when creating subscriber (diff)
downloadlinux-dev-471450f7ec24ccd9ac24e6f05cd9358d40c09d03.tar.xz
linux-dev-471450f7ec24ccd9ac24e6f05cd9358d40c09d03.zip
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>
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/link.c6
1 files changed, 0 insertions, 6 deletions
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
@@ -49,12 +49,6 @@
#define INVALID_SESSION 0x10000
/*
- * Limit for deferred reception queue:
- */
-
-#define DEF_QUEUE_LIMIT 256u
-
-/*
* Link state events:
*/