Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Apr 2011 14:41:33 +0000 (14:41 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Apr 2011 14:41:33 +0000 (14:41 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36869 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-h223.c

index ffca43ef13ed2e2684b4c6fd531cc74b79eedcd3..56f7cef3ee57967f6e5c84215e06ade3923fc151 100644 (file)
@@ -1004,7 +1004,6 @@ dissect_mux_pdu( tvbuff_t *tvb, packet_info *pinfo, guint32 pkt_offset,
         case 3:
             /* XXX not implemented */
         default:
-            len=0;
             DISSECTOR_ASSERT_NOT_REACHED();
     }