summaryrefslogtreecommitdiff
path: root/proto-shell.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-12 14:15:22 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-12 14:15:22 +0200
commit82d2762a5ffaf67307bab6f0753dc31311e16f21 (patch)
tree7d00d815a5356ca7984418db14d08e439fb8c916 /proto-shell.c
parent2f871f137cf0d91a4a12dde4deff7e7cd829d5e5 (diff)
downloadnetifd-82d2762a5ffaf67307bab6f0753dc31311e16f21.tar.gz
remove proto-shell handlers list
Diffstat (limited to 'proto-shell.c')
-rw-r--r--proto-shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto-shell.c b/proto-shell.c
index 4f457e5..557e523 100644
--- a/proto-shell.c
+++ b/proto-shell.c
@@ -13,7 +13,6 @@
#include "interface-ip.h"
#include "proto.h"
-static LIST_HEAD(handlers);
static int proto_fd;
struct proto_shell_handler {