URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10134e9453eef2dfb316bac6d66edc4b4438f706
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
10134e9 by Joerg Mayer (jmayer@xxxxxxxxx):
glib-compat is no longer used - it provided only code for versions < 2.32
Change-Id: I17e2c221cc40dbe9328458db9f17480c05bdc276
Reviewed-on: https://code.wireshark.org/review/26972
Petri-Dish: Jörg Mayer <jmayer@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
Actions performed:
from bb81bef glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0
adds 10134e9 glib-compat is no longer used - it provided only code for versions < 2.32
Summary of changes:
wireshark-qt.cpp | 4 --
wsutil/CMakeLists.txt | 2 -
wsutil/Makefile.am | 2 -
wsutil/glib-compat.c | 148 --------------------------------------------------
wsutil/glib-compat.h | 35 ------------
5 files changed, 191 deletions(-)
delete mode 100644 wsutil/glib-compat.c
delete mode 100644 wsutil/glib-compat.h