summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--userspace/ebtables2/ebtables.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/userspace/ebtables2/ebtables.c b/userspace/ebtables2/ebtables.c
index 4b513d5..a5f984d 100644
--- a/userspace/ebtables2/ebtables.c
+++ b/userspace/ebtables2/ebtables.c
@@ -48,12 +48,6 @@ void __print_bug(char *file, int line, char *format, ...)
exit (-1);
}
-/*
- * here are the number-name correspondences kept for the Ethernet
- * frame type field
- */
-#define PROTOCOLFILE "/etc/ethertypes"
-
#ifndef PROC_SYS_MODPROBE
#define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
#endif