Remove unused ENABLE_GC_FRIENDLY_DEFAULT and its build option

ENABLE_GC_FRIENDLY_DEFAULT was supposed to set the default for the gc friendliness
while still allowing to force enable it at runtime with G_DEBUG=gc-friendly.

With commit 943a18b564 (6 years ago) things were changed to always set it
according to the content of G_DEBUG in glib_init(), making the default unused.

Since nobody complained since then just remove the macro and the build option.
This commit is contained in:
Christoph Reiter
2018-05-31 06:59:10 +02:00
parent e03f83212d
commit 118332dd5c
6 changed files with 1 additions and 90 deletions

View File

@@ -32,9 +32,6 @@
/* Whether to disable memory pools */
#mesondefine DISABLE_MEM_POOLS
/* Whether to enable GC friendliness by default */
#mesondefine ENABLE_GC_FRIENDLY_DEFAULT
/* always defined to indicate that i18n is enabled */
#mesondefine ENABLE_NLS