Fix a build break in feature branch caused by obsolete error (#11335)
authorSean Gillespie <segilles@microsoft.com>
Wed, 17 May 2017 22:23:04 +0000 (15:23 -0700)
committerSean Gillespie <segilles@microsoft.com>
Thu, 1 Jun 2017 17:19:59 +0000 (10:19 -0700)
src/gc/unix/gcenv.unix.cpp

index cebc515..71c3cae 100644 (file)
@@ -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