diff options
author | Bill Meier <wmeier@newsguy.com> | 2010-01-26 23:43:48 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2010-01-26 23:43:48 +0000 |
commit | 97d3a8bb100b24d89bdb53935bc13d6c636680ef (patch) | |
tree | f663d092edb1913726b6ef87ad356ba440192e13 /asn1 | |
parent | ff9123acbe539687d7b4034c7fd081dbd563ca4e (diff) | |
download | wireshark-97d3a8bb100b24d89bdb53935bc13d6c636680ef.tar.gz wireshark-97d3a8bb100b24d89bdb53935bc13d6c636680ef.tar.bz2 wireshark-97d3a8bb100b24d89bdb53935bc13d6c636680ef.zip |
Remove two unused global variables (one of which was causing a gcc -Wshadow warning).
svn path=/trunk/; revision=31690
Diffstat (limited to 'asn1')
-rw-r--r-- | asn1/h225/packet-h225-template.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c index a7c28c5768..4d84b153e9 100644 --- a/asn1/h225/packet-h225-template.c +++ b/asn1/h225/packet-h225-template.c @@ -121,8 +121,6 @@ static gboolean h225_tp_in_tree = TRUE; /* Global variables */ static guint32 ipv4_address; static guint32 ipv4_port; -guint32 T38_manufacturer_code; -guint32 value; static gboolean contains_faststart = FALSE; static e_guid_t *call_id_guid; |