Wireshark-commits: [Wireshark-commits] master 77f87b7: Byte view tab (Qt): Fix Dead Store (Dead ass

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 7 Apr 2015 18:34:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=77f87b7a012daa84056d16010e4d92447fe05651
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Byte view tab (Qt): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Remove unused bmask variable
    
    Change-Id: I44613f1d949dbaf8e559b3bfb2196609d821c4f3
    Reviewed-on: https://code.wireshark.org/review/7496
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  f467009   ATM: add a cast to pacify the OSX 10.5 x86 buildbot
    adds  77f87b7   Byte view tab (Qt): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang


Summary of changes:
 ui/qt/byte_view_tab.cpp |   22 ----------------------
 1 file changed, 22 deletions(-)