diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-03-29 22:11:42 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-03-29 22:11:42 +0000 |
commit | 015b486dc97bde1fc178d4e3cd741e9e5ca52d9d (patch) | |
tree | cb8ee42172d6f053cc7e6a1bccbd329d8bab23c7 /asn1/x411/packet-x411-template.c | |
parent | 01606f61142d35857f8fa85da8cd4df28456063f (diff) | |
download | wireshark-015b486dc97bde1fc178d4e3cd741e9e5ca52d9d.tar.gz wireshark-015b486dc97bde1fc178d4e3cd741e9e5ca52d9d.tar.bz2 wireshark-015b486dc97bde1fc178d4e3cd741e9e5ca52d9d.zip |
Get rid of an unused variable.
svn path=/trunk/; revision=17764
Diffstat (limited to 'asn1/x411/packet-x411-template.c')
-rw-r--r-- | asn1/x411/packet-x411-template.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/x411/packet-x411-template.c b/asn1/x411/packet-x411-template.c index 5713d7e5dc..afa1266aa4 100644 --- a/asn1/x411/packet-x411-template.c +++ b/asn1/x411/packet-x411-template.c @@ -63,7 +63,6 @@ static const char *content_type_id; /* content type identifier */ #define MAX_ORA_STR_LEN 256 static char *oraddress = NULL; static gboolean doing_address=FALSE; -static gboolean doing_mtaname=FALSE; static proto_item *address_item; static proto_tree *top_tree=NULL; |