aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-06-06 19:49:31 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-06-06 19:49:31 +0000
commitaf0e8c25d0adde3728950906019a7186879de94f (patch)
tree6692dff8922530db6fe01a7f1680145054abd7fe /epan/dissectors
parent2bc6ecf4c17905df44ddfd7f2da768731b144ba2 (diff)
Fix Unix compilation error...
packet-3g-a11.c:135: warning: 'hf_a11_fqi_granted_qos' defined but not used ... by removing definition svn path=/trunk/; revision=37575
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-3g-a11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-3g-a11.c b/epan/dissectors/packet-3g-a11.c
index a76dacd1d7..a0d9deadd0 100644
--- a/epan/dissectors/packet-3g-a11.c
+++ b/epan/dissectors/packet-3g-a11.c
@@ -132,7 +132,6 @@ static int hf_a11_fqi_qos_granted_attribute_setid = -1;
static int hf_a11_fqi_verbose = -1;
static int hf_a11_fqi_flow_profileid = -1;
static int hf_a11_fqi_granted_qoslen = -1;
-static int hf_a11_fqi_granted_qos = -1;
/* Reverse QoS Information */
static int hf_a11_rqi_srid = -1;