diff options
Diffstat (limited to 'src/gc')
-rw-r--r-- | src/gc/unix/gcenv.unix.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gc/unix/gcenv.unix.cpp b/src/gc/unix/gcenv.unix.cpp index cebc515345..71c3caee6a 100644 --- a/src/gc/unix/gcenv.unix.cpp +++ b/src/gc/unix/gcenv.unix.cpp @@ -32,10 +32,6 @@ static_assert(sizeof(uint64_t) == 8, "unsigned long isn't 8 bytes"); #include "gcenv.base.h" #include "gcenv.os.h" -#ifndef BUILD_AS_STANDALONE - #error "A GC-private implementation of GCToOSInterface should only be used with BUILD_AS_STANDALONE" -#endif // BUILD_AS_STANDALONE - #if HAVE_SYS_TIME_H #include <sys/time.h> #else |