summaryrefslogtreecommitdiff
path: root/plugins/mate
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-07-09 01:49:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-07-09 01:49:02 +0000
commit1ae38887b67ecf14e4c36ca9817d2941b3b73f7b (patch)
tree920207458218bb459f3c76cf7b07552ffde4bb45 /plugins/mate
parent0696f30690862679b09ae85a5fc4414d86089630 (diff)
downloadwireshark-1ae38887b67ecf14e4c36ca9817d2941b3b73f7b.tar.gz
From Evan Huus:
Grab-bag of unused variables. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7452 svn path=/trunk/; revision=43616
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/packet-mate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/mate/packet-mate.c b/plugins/mate/packet-mate.c
index 4d724186ac..37f4baed1c 100644
--- a/plugins/mate/packet-mate.c
+++ b/plugins/mate/packet-mate.c
@@ -119,12 +119,6 @@ static void mate_gog_tree(proto_tree* tree, tvbuff_t *tvb, mate_gog* gog, mate_g
proto_tree *gog_gop_tree;
mate_pdu* pdu;
-#ifdef _MATE_DEBUGGING
- proto_item* gog_key_item;
- proto_tree* gog_key_tree;
- guint i;
-#endif
-
gog_item = proto_tree_add_uint(tree,gog->cfg->hfid,tvb,0,0,gog->id);
gog_tree = proto_item_add_subtree(gog_item,gog->cfg->ett);