Wireshark-commits: [Wireshark-commits] master 4a87ecb: Qt: remove unused private member (found by c
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Oct 2016 15:27:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4a87ecb52bbc51d0cce7a7a8d5c5f61303e524fa
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4a87ecb by Dario Lombardo (lomato@xxxxxxxxx):

    Qt: remove unused private member (found by clang).
    
    Error:
    ui/qt/wlan_statistics_dialog.cpp:462:9: error: private field 'retry_packets_'
    is not used [-Werror,-Wunused-private-field]
    
    Change-Id: I10785eab098db14a53ef8085421c0f1046c269f3
    Reviewed-on: https://code.wireshark.org/review/18337
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  269b54c   Fix compilation error without PCAP (using correct define)
    adds  4a87ecb   Qt: remove unused private member (found by clang).


Summary of changes:
 ui/qt/wlan_statistics_dialog.cpp |    1 -
 1 file changed, 1 deletion(-)