aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m2ua.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:12:42 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:12:42 +0000
commitaaa8f4a0f3147b3d521b4c38316c88403a212fca (patch)
tree72aeb3a1aef58bfd6f57569953fdcd8c6359f109 /epan/dissectors/packet-m2ua.c
parent9bf5e05205abe9d8693dfbc15acdca47dbe3944f (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51665
Diffstat (limited to 'epan/dissectors/packet-m2ua.c')
-rw-r--r--epan/dissectors/packet-m2ua.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-m2ua.c b/epan/dissectors/packet-m2ua.c
index a25d1b1d15..5f9d1a5611 100644
--- a/epan/dissectors/packet-m2ua.c
+++ b/epan/dissectors/packet-m2ua.c
@@ -947,10 +947,6 @@ dissect_parameter(tvbuff_t *parameter_tvb, packet_info *pinfo, proto_tree *tree,
dissect_correlation_identifier_parameter(parameter_tvb, parameter_tree, parameter_item);
break;
case PROTOCOL_DATA_1_PARAMETER_TAG:
- if (protocol_data_1_global == PROTOCOL_DATA_1_DRAFT_7)
- {
- tag = PROTOCOL_DATA_1_DRAFT_7;
- }
dissect_protocol_data_1_parameter(parameter_tvb, pinfo, tree, parameter_item);
break;
case PROTOCOL_DATA_2_PARAMETER_TAG: