Wireshark-commits: [Wireshark-commits] master 8d5f88d: docsis: Fix Dead Store (Dead assignement/Dea

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Sep 2018 04:09:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d5f88db1dfc7003ad2cd82587e924df5ce91041
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    docsis: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
    
    Change-Id: I2d7e2d2c83dddc666c7ef85727af986b65b12a13
    Reviewed-on: https://code.wireshark.org/review/29567
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Andrii Vladyka <a.vladyka@xxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0bfd7c1   Don't fill in a variable if you don't use the value.
     add  8d5f88d   docsis: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang


Summary of changes:
 epan/dissectors/packet-docsis.c | 2 ++
 1 file changed, 2 insertions(+)