aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-07 10:54:24 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-07 10:54:24 +0000
commitc6e1e37c8862cd01bc8fc4990e230cfe6471c04e (patch)
tree0ec2729d1c50251570d60d774f917df3bee9c11a /epan
parent47182d4b70764999e47640111ff4f1e836a7a790 (diff)
error: variable ‘hsdsch_physical_layer_category’ set but not used
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44295 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-umts_fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c
index 7507907079..610aa8a6b7 100644
--- a/epan/dissectors/packet-umts_fp.c
+++ b/epan/dissectors/packet-umts_fp.c
@@ -3349,7 +3349,7 @@ void dissect_hsdsch_common_channel_info(tvbuff_t *tvb, packet_info *pinfo, proto
guint64 no_of_pdus[MAX_PDU_BLOCKS];
guint header_length = 0;
guint8 newieflags = 0;
- guint8 hsdsch_physical_layer_category = 0;
+ /*guint8 hsdsch_physical_layer_category = 0;*/
umts_mac_info *macinf;
rlc_info *rlcinf;