summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-evrc.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-05-02 13:03:45 +0000
committerMichael Mann <mmann78@netscape.net>2013-05-02 13:03:45 +0000
commitccf8013f95ce1c749a9cfcce60caeada7a1b8841 (patch)
treef9b908a2e67b8e4afc3793ca3f32d54019b16506 /epan/dissectors/packet-evrc.c
parentf52ecf47c86f1896b333c16b6928aa608ed90f61 (diff)
downloadwireshark-ccf8013f95ce1c749a9cfcce60caeada7a1b8841.tar.gz
Remove useless global variables
svn path=/trunk/; revision=49136
Diffstat (limited to 'epan/dissectors/packet-evrc.c')
-rw-r--r--epan/dissectors/packet-evrc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-evrc.c b/epan/dissectors/packet-evrc.c
index 56a4fb60f8..f78826cf2c 100644
--- a/epan/dissectors/packet-evrc.c
+++ b/epan/dissectors/packet-evrc.c
@@ -163,9 +163,6 @@ static int hf_evrc_legacy_toc_frame_type = -1;
static gint ett_evrc = -1;
static gint ett_toc = -1;
-static packet_info *g_pinfo;
-static proto_tree *g_tree;
-
/*
* Variables to allow for proper deletion of dissector registration when
* the user changes values
@@ -227,8 +224,6 @@ dissect_evrc_aux(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, evrc_varia
if (!tree) return;
offset = 0;
- g_pinfo = pinfo;
- g_tree = tree;
memset(speech_data_len, 0, sizeof(speech_data_len));
len = tvb_reported_length(tvb);