Wireshark-commits: [Wireshark-commits] master 2fffda7: pcomtcp: Fix Dead Store (Dead assignement/De

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Feb 2019 11:44:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fffda7edd0c5c99f7de566a6383bb1183d78dfb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    pcomtcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
    
    Change-Id: Idf0fe919137b9d7a8d0c1c7378afccd1f2196a34
    Reviewed-on: https://code.wireshark.org/review/32133
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: lmrosa <lmrosa@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  03645b7   nas_5gs: fix duplicate return len (CID 1442817)
     add  2fffda7   pcomtcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang


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