URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2519115695634258b1b492cc07c8feb8dc925b2f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2519115 by Gerald Combs (gerald@xxxxxxxxxxxxx):
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 <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
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(-)