From 0fb4cdb36af89af2fad65a9a3704c069d2443d8e Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 29 Dec 2014 18:12:43 +0100 Subject: Wimaxasncp: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang Change-Id: Ie2808d20a7f8e28bfe9b929b1b222a901a29f510 Reviewed-on: https://code.wireshark.org/review/6120 Reviewed-by: Michael Mann --- plugins/wimaxasncp/packet-wimaxasncp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/wimaxasncp') diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c index cd388779b2..36f7966fae 100644 --- a/plugins/wimaxasncp/packet-wimaxasncp.c +++ b/plugins/wimaxasncp/packet-wimaxasncp.c @@ -1562,8 +1562,6 @@ static void wimaxasncp_dissect_tlv_value( * -------------------------------------------------------- */ - ip = tvb_get_ipv4(tvb, offset); - s = tvb_ip_to_str(tvb, offset); proto_tree_add_item( -- cgit v1.2.3