aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros/packet-ros-template.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-01-13 16:22:50 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-01-13 16:22:50 +0000
commitfe3168dc2a0f7a823111eb83e9d93bf3f954b369 (patch)
treeeb873fdddf7e24230bf630c4fb8aab3a8452e6f7 /asn1/ros/packet-ros-template.c
parent9308fab8e7ff677e7602a4254e648c478f8cf2a2 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=40462
Diffstat (limited to 'asn1/ros/packet-ros-template.c')
-rw-r--r--asn1/ros/packet-ros-template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/ros/packet-ros-template.c b/asn1/ros/packet-ros-template.c
index c4518ca3d7..b0621539a0 100644
--- a/asn1/ros/packet-ros-template.c
+++ b/asn1/ros/packet-ros-template.c
@@ -438,7 +438,6 @@ dissect_ros(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
dissect_unknown_ber(pinfo, tvb, offset, next_tree);
}
- offset = tvb_length(tvb);
break;
}
}