Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2015-05-13 12:05:38 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2015-05-15 16:16:08 +0300
commitd2986015a23569e02200c46a168f9dd11cdb9c82 (patch)
tree80f2c6a7fa40dd89422aa7d9659aa47d7e659eb1 /libgc
parentaf1f5f88d661d39c31bd5b681413c82445f35c16 (diff)
[runtime] Drop support for external libgc.
This has not been supported for a while, so remove it.
Diffstat (limited to 'libgc')
-rw-r--r--libgc/include/gc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgc/include/gc.h b/libgc/include/gc.h
index 2265fdbd34a..dd7fb7a86c8 100644
--- a/libgc/include/gc.h
+++ b/libgc/include/gc.h
@@ -927,11 +927,7 @@ GC_API void (*GC_is_visible_print_proc)
#if !defined(GC_USE_LD_WRAP) && \
(defined(GC_PTHREADS) || defined(GC_SOLARIS_THREADS) || defined(GC_DARWIN_THREADS) || defined(GC_MACOSX_THREADS))
-#if defined(_IN_LIBGC) || defined(USE_INCLUDED_LIBGC)
# include "gc_pthread_redirects.h"
-#else
-# include <gc/gc_pthread_redirects.h>
-#endif
#endif
# if defined(PCR) || defined(GC_SOLARIS_THREADS) || \