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
This commit is contained in:
Stephen Fisher 2011-06-06 19:49:31 +00:00
parent 2bc6ecf4c1
commit af0e8c25d0
1 changed files with 0 additions and 1 deletions

View File

@ -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;