From b92f4ec8215d1dee2be12ed0e27c75e28b03e511 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 2 Sep 2013 23:15:07 +0000 Subject: Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang svn path=/trunk/; revision=51678 --- plugins/mate/mate_runtime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/mate/mate_runtime.c b/plugins/mate/mate_runtime.c index 0b9284bd88..89217f8b17 100644 --- a/plugins/mate/mate_runtime.c +++ b/plugins/mate/mate_runtime.c @@ -814,8 +814,6 @@ static mate_pdu* new_pdu(mate_cfg_pdu* cfg, guint32 framenum, field_info* proto, range->end = range_fi->start + range_fi->length; g_ptr_array_add(data.ranges,range); - last_start = range_fi->start; - dbg_print(dbg_pdu,3,dbg_facility,"new_pdu: payload(%i) range %i-%i",hfid,range->start,range->end); } else { /* we missed a range */ -- cgit v1.2.3