From d2986015a23569e02200c46a168f9dd11cdb9c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 13 May 2015 11:05:38 +0200 Subject: [runtime] Drop support for external libgc. This has not been supported for a while, so remove it. --- libgc/include/gc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libgc') 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 -#endif #endif # if defined(PCR) || defined(GC_SOLARIS_THREADS) || \ -- cgit v1.2.3