Wireshark-commits: [Wireshark-commits] master e4692c5: amp: Fix Dead Store
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 02 Nov 2019 15:12:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4692c5226de90fc60f2c3ee13d7339ba536df72
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e4692c5 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    amp: Fix Dead Store
    
    Fix dead store (Dead assignement/Dead increment) Warning found by Clang
    
    Change-Id: I199d9ebf9ff48f4268a4647bfdeafb784eb8e9a5
    Reviewed-on: https://code.wireshark.org/review/34908
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  86b0fe3   validate-clang-check (PD): Display also warning
     add  e4692c5   amp: Fix Dead Store


Summary of changes:
 epan/dissectors/packet-amp.c | 16 ----------------
 1 file changed, 16 deletions(-)