summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-09-22 14:00:52 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-09-22 14:00:52 +0000
commite33209d9a484ccfe92a1bcb9d44642b6e87cdc1d (patch)
tree087c3d2aae21a824ec8957f59c37148b482a39e5
parent6ceb84b10bbfbb9743be074016b7de8cbab9bbcb (diff)
downloadwireshark-e33209d9a484ccfe92a1bcb9d44642b6e87cdc1d.tar.gz
Don't declare proto_mac_mgmt_msg_ucd_decoder twice.
svn path=/trunk/; revision=52168
-rw-r--r--plugins/wimax/msg_ucd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/wimax/msg_ucd.c b/plugins/wimax/msg_ucd.c
index 15e00e9f27..b847ebda77 100644
--- a/plugins/wimax/msg_ucd.c
+++ b/plugins/wimax/msg_ucd.c
@@ -39,7 +39,6 @@
#include "wimax_tlv.h"
#include "wimax_mac.h"
-static gint proto_mac_mgmt_msg_ucd_decoder;
extern gboolean include_cor2_changes;
guint cqich_id_size; /* Set for CQICH_Alloc_IE */