summaryrefslogtreecommitdiff
path: root/dissector_80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'dissector_80211.c')
-rw-r--r--dissector_80211.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/dissector_80211.c b/dissector_80211.c
index e638e1e..28f5526 100644
--- a/dissector_80211.c
+++ b/dissector_80211.c
@@ -15,7 +15,6 @@
struct hash_table ieee80211_lay2;
-#ifdef HAVE_DISSECTOR_PROTOS
static inline void dissector_init_entry(int type)
{
dissector_set_print_type(&ieee80211_ops, type);
@@ -32,11 +31,6 @@ static void dissector_init_layer_2(int type)
// INSERT_HASH_PROTOS(blubber_ops, ieee80211_lay2);
for_each_hash_int(&ieee80211_lay2, dissector_set_print_type, type);
}
-#else
-static inline void dissector_init_entry(int type __maybe_unused) {}
-static inline void dissector_init_exit(int type __maybe_unused) {}
-static void dissector_init_layer_2(int type __maybe_unused) {}
-#endif
void dissector_init_ieee80211(int fnttype)
{