Get rid of an unused variable.

svn path=/trunk/; revision=16840
This commit is contained in:
Guy Harris 2005-12-18 10:59:45 +00:00
parent e09d859591
commit 9851c0aa87
2 changed files with 5 additions and 9 deletions

View File

@ -45,8 +45,6 @@
/* Initialize the protocol and registered fields */
int proto_mms = -1;
static char object_identifier_id[MAX_OID_STR_LEN];
#include "packet-mms-hf.c"
/* Initialize the subtree pointers */

View File

@ -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 */