aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tetra.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-02-12 03:51:12 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-02-12 03:51:12 +0000
commit21cf6ff3ceb715cde34564973b3a056cc79bc7d2 (patch)
tree3562b2692c3e6f10a701151844172a055d54fd1d /epan/dissectors/packet-tetra.c
parenta29a04f112a42e9c4997595e396755fc7b9ef34a (diff)
Remove an unused ett_ variable.
svn path=/trunk/; revision=35927
Diffstat (limited to 'epan/dissectors/packet-tetra.c')
-rw-r--r--epan/dissectors/packet-tetra.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/epan/dissectors/packet-tetra.c b/epan/dissectors/packet-tetra.c
index 18189f3d92..f498c36dd3 100644
--- a/epan/dissectors/packet-tetra.c
+++ b/epan/dissectors/packet-tetra.c
@@ -698,8 +698,6 @@ static int hf_tetra_simplex_duplex_selection_06 = -1; /* T_simplex_duplex_selec
#line 86 "packet-tetra-template.c"
/* Initialize the subtree pointers */
-static int ett_umac = -1;
-
/* These are the ids of the subtrees that we may be creating */
static gint ett_tetra = -1;
static gint ett_tetra_header = -1;
@@ -984,7 +982,7 @@ static gint ett_tetra_Type2 = -1;
static gint ett_tetra_Modify_type = -1;
/*--- End of included file: packet-tetra-ett.c ---*/
-#line 98 "packet-tetra-template.c"
+#line 96 "packet-tetra-template.c"
/*--- Included file: packet-tetra-fn.c ---*/
@@ -8908,7 +8906,7 @@ static void dissect_MAC_ACCESS_DEFINE_PDU(tvbuff_t *tvb _U_, packet_info *pinfo
/*--- End of included file: packet-tetra-fn.c ---*/
-#line 100 "packet-tetra-template.c"
+#line 98 "packet-tetra-template.c"
static const value_string channeltypenames[] = {
{ 0, "Reserved" },
@@ -11822,7 +11820,7 @@ void proto_register_tetra (void)
"T_simplex_duplex_selection_05", HFILL }},
/*--- End of included file: packet-tetra-hfarr.c ---*/
-#line 609 "packet-tetra-template.c"
+#line 607 "packet-tetra-template.c"
};
/* List of subtrees */
@@ -12109,7 +12107,7 @@ void proto_register_tetra (void)
&ett_tetra_Modify_type,
/*--- End of included file: packet-tetra-ettarr.c ---*/
-#line 619 "packet-tetra-template.c"
+#line 617 "packet-tetra-template.c"
};
/* execute protocol initialization only once */