aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mms.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-18 10:59:45 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-18 10:59:45 +0000
commit9851c0aa87196c8d1ab2afb60b46d225102cfeaf (patch)
treefb44950bb98fce3fe7fac7d3393155bd95efee42 /epan/dissectors/packet-mms.c
parente09d8595918adfb73827ba7c147c7c267279a257 (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=16840
Diffstat (limited to 'epan/dissectors/packet-mms.c')
-rw-r--r--epan/dissectors/packet-mms.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/epan/dissectors/packet-mms.c b/epan/dissectors/packet-mms.c
index 3c5da2a1c1..d28ac4d713 100644
--- a/epan/dissectors/packet-mms.c
+++ b/epan/dissectors/packet-mms.c
@@ -53,8 +53,6 @@
/* Initialize the protocol and registered fields */
int proto_mms = -1;
-static char object_identifier_id[MAX_OID_STR_LEN];
-
/*--- Included file: packet-mms-hf.c ---*/
#line 1 "packet-mms-hf.c"
@@ -720,7 +718,7 @@ static int hf_mms_Transitions_idle_to_active = -1;
static int hf_mms_Transitions_any_to_deleted = -1;
/*--- End of included file: packet-mms-hf.c ---*/
-#line 51 "packet-mms-template.c"
+#line 49 "packet-mms-template.c"
/* Initialize the subtree pointers */
static gint ett_mms = -1;
@@ -934,7 +932,7 @@ static gint ett_mms_DirectoryEntry = -1;
static gint ett_mms_FileAttributes = -1;
/*--- End of included file: packet-mms-ett.c ---*/
-#line 55 "packet-mms-template.c"
+#line 53 "packet-mms-template.c"
/*--- Included file: packet-mms-fn.c ---*/
@@ -8534,7 +8532,7 @@ dissect_mms_MMSpdu(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_
/*--- End of included file: packet-mms-fn.c ---*/
-#line 57 "packet-mms-template.c"
+#line 55 "packet-mms-template.c"
/*
* Dissect MMS PDUs inside a PPDU.
@@ -11215,7 +11213,7 @@ void proto_register_mms(void) {
"", HFILL }},
/*--- End of included file: packet-mms-hfarr.c ---*/
-#line 97 "packet-mms-template.c"
+#line 95 "packet-mms-template.c"
};
/* List of subtrees */
@@ -11431,7 +11429,7 @@ void proto_register_mms(void) {
&ett_mms_FileAttributes,
/*--- End of included file: packet-mms-ettarr.c ---*/
-#line 103 "packet-mms-template.c"
+#line 101 "packet-mms-template.c"
};
/* Register protocol */