Merge pull request #5428 from kumpera/wasm-support-p2
[mono.git] / mono / sgen / sgen-gc.c
index beb5ce1b2580c265935db3200a138fd91f31c9a4..d5416f0df3630ee6a6bc5b4781bc0e9c5442873c 100644 (file)
@@ -337,13 +337,6 @@ nursery_canaries_enabled (void)
 
 #define safe_object_get_size   sgen_safe_object_get_size
 
-#if defined(HAVE_CONC_GC_AS_DEFAULT)
-/* Use concurrent major on deskstop platforms */
-#define DEFAULT_MAJOR SGEN_MAJOR_CONCURRENT
-#else
-#define DEFAULT_MAJOR SGEN_MAJOR_SERIAL
-#endif
-
 typedef enum {
        SGEN_MAJOR_DEFAULT,
        SGEN_MAJOR_SERIAL,