summaryrefslogtreecommitdiff
path: root/plugins/mate/mate_runtime.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:15:07 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:15:07 +0000
commitb92f4ec8215d1dee2be12ed0e27c75e28b03e511 (patch)
treea01f1495481a052b7a0c60d1e1d0d228df314eec /plugins/mate/mate_runtime.c
parent1a4e261ce279e25fc3953c85a7fd43f5ff9f8fed (diff)
downloadwireshark-b92f4ec8215d1dee2be12ed0e27c75e28b03e511.tar.gz
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51678
Diffstat (limited to 'plugins/mate/mate_runtime.c')
-rw-r--r--plugins/mate/mate_runtime.c2
1 files changed, 0 insertions, 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 */