URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2519115695634258b1b492cc07c8feb8dc925b2f
Submitter: Gerald Combs (ger...@wireshark.org)
Changed: branch: master
Repository: wireshark

Commits:

2519115 by Gerald Combs (ger...@wireshark.org):

    Remove some unused or hard-coded header checks.
    
    Remove some unused checks and code found using
    
    grep -o 'HAVE_[A-Z0-9_]*' ConfigureChecks.cmake | sort -u \
    | while read have_h ; do echo = $have_h ; git --no-pager grep -cl $have_h ; 
done
    
    Change-Id: I86bfcfdc4f60d9d7de87017a7bb00f833a79bd2c
    Reviewed-on: https://code.wireshark.org/review/26451
    Petri-Dish: Gerald Combs <ger...@wireshark.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <ger...@wireshark.org>
    

Actions performed:

    from  1a52e08   Qt: Implement MulticastStatisticsDialog::treeItemData
    adds  2519115   Remove some unused or hard-coded header checks.


Summary of changes:
 ConfigureChecks.cmake                 | 13 +-----
 cmakeconfig.h.in                      | 24 ----------
 configure.ac                          |  4 +-
 debian/libwsutil0.symbols             |  1 -
 ui/gtk/capture_if_details_dlg_win32.c |  2 -
 wsutil/tempfile.c                     | 87 -----------------------------------
 wsutil/tempfile.h                     | 12 -----
 7 files changed, 3 insertions(+), 140 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to