Wireshark-commits: [Wireshark-commits] master e6d2f14: ieee80211: remove unused variable and fix co
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 13 May 2018 15:41:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6d2f1400928836a42b78158b3ca39cd040e3862
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e6d2f14 by Ivan Nardi (nardi.ivan@xxxxxxxxx):

    ieee80211: remove unused variable and fix compilation
    
    Fix compilation error:
    
    .../wireshark/epan/dissectors/packet-ieee80211.c:2641:27:
    error: ‘ht_info_service_interval_granularity_flags’ defined but not used
    [-Werror=unused-const-variable=]
    
    Change-Id: I0e6e8a46b2bd58923847220f675fe6e4d6a34aef
    Reviewed-on: https://code.wireshark.org/review/27498
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  761365e   radiotap: Bring the HE header dissection into conformance with changes.
    adds  e6d2f14   ieee80211: remove unused variable and fix compilation


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