aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-04-20 15:33:23 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-04-20 15:33:23 +0000
commitcba02e0a500836c9de6b9ba04948c981834d2e69 (patch)
tree25fc4ebb883385bc5b589c9b910f3a9d8e10006a /epan/dissectors/packet-usb.c
parent284405d5ebdb48bb9dbfd02109ff766d304b0f94 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=42165
Diffstat (limited to 'epan/dissectors/packet-usb.c')
-rw-r--r--epan/dissectors/packet-usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb.c b/epan/dissectors/packet-usb.c
index 68e29adc08..69b366338a 100644
--- a/epan/dissectors/packet-usb.c
+++ b/epan/dissectors/packet-usb.c
@@ -2498,7 +2498,6 @@ dissect_linux_usb_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent,
proto_tree_add_uint(tree, hf_usb_iso_pad, tvb, offset, 4, iso_pad);
offset += 4;
}
- tree = urb_tree;
}
}