mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
Remove ABI checking scripts
Before this commit, the only difference between the expected and actual ABI were the addition of _init and _fini symbols in each module (now that regexp-based export control is not catching those).
This commit is contained in:
@@ -10,7 +10,6 @@ AM_CPPFLAGS = \
|
||||
EXTRA_DIST += \
|
||||
makefile.msc.in \
|
||||
gmoduleconf.h.in \
|
||||
gmodule.symbols \
|
||||
gmodule-dl.c \
|
||||
gmodule-dld.c \
|
||||
gmodule-dyld.c \
|
||||
|
@@ -1,14 +0,0 @@
|
||||
g_module_build_path
|
||||
g_module_close
|
||||
g_module_error
|
||||
g_module_make_resident
|
||||
#ifndef _WIN64
|
||||
g_module_name PRIVATE
|
||||
#endif
|
||||
g_module_name_utf8
|
||||
#ifndef _WIN64
|
||||
g_module_open PRIVATE
|
||||
#endif
|
||||
g_module_open_utf8
|
||||
g_module_supported
|
||||
g_module_symbol
|
Reference in New Issue
Block a user