From 7f47f89b1e35f9d3481e6781e050fbb964a002fc Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 21 Apr 2011 16:01:26 +0000 Subject: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang svn path=/trunk/; revision=36773 --- epan/dissectors/packet-mtp3.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan') diff --git a/epan/dissectors/packet-mtp3.c b/epan/dissectors/packet-mtp3.c index 1e04e9937c..80dbc34cbe 100644 --- a/epan/dissectors/packet-mtp3.c +++ b/epan/dissectors/packet-mtp3.c @@ -601,7 +601,6 @@ dissect_mtp3_routing_label(tvbuff_t *tvb, packet_info *pinfo, proto_tree *mtp3_t break; default: - opc = 0; /* just to avoid a compiler warning */ DISSECTOR_ASSERT_NOT_REACHED(); } -- cgit v1.2.1