summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ansi_683.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-05-03 00:39:14 +0000
committerMichael Mann <mmann78@netscape.net>2013-05-03 00:39:14 +0000
commitc83619a25a45a5de36c197490f51923de5ea7790 (patch)
tree0a3782185b01e482c56ef8e1a28a34b16e3276a3 /epan/dissectors/packet-ansi_683.c
parentcd2d46ab21f7f2fec3fba5993422eb616170e7a3 (diff)
downloadwireshark-c83619a25a45a5de36c197490f51923de5ea7790.tar.gz
Remove unnecessary global variables
svn path=/trunk/; revision=49141
Diffstat (limited to 'epan/dissectors/packet-ansi_683.c')
-rw-r--r--epan/dissectors/packet-ansi_683.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-ansi_683.c b/epan/dissectors/packet-ansi_683.c
index 8075e3d688..01fef3d076 100644
--- a/epan/dissectors/packet-ansi_683.c
+++ b/epan/dissectors/packet-ansi_683.c
@@ -79,8 +79,6 @@ static int hf_ansi_683_length = -1;
static char bigbuf[1024];
static dissector_handle_t data_handle;
-static packet_info *g_pinfo;
-static proto_tree *g_tree;
static const char dtmf_digits[16] = {'?','1','2','3','4','5','6','7','8','9','0','?','?','?','?','?'};
static const char bcd_digits[16] = {'0','1','2','3','4','5','6','7','8','9','?','?','?','?','?','?'};
@@ -4732,8 +4730,6 @@ dissect_ansi_683(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *ansi_683_item;
proto_tree *ansi_683_tree = NULL;
- g_pinfo = pinfo;
-
col_set_str(pinfo->cinfo, COL_PROTOCOL, ansi_proto_name_short);
/* In the interest of speed, if "tree" is NULL, don't do any work not
@@ -4741,8 +4737,6 @@ dissect_ansi_683(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
*/
if (tree)
{
- g_tree = tree;
-
/*
* create the ansi_683 protocol tree
*/