Unverified Commit 1de1d04f authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Remove hack sync__synchronize from main.cpp (#139)

Was required before due to C++ internals, but is not needed anymore thanks
to #137
parent af8b548e
......@@ -232,5 +232,3 @@ extern "C" int _wait (int *status) {
errno = ENOSYS;
return -1;
}
extern "C" void __sync_synchronize() { /* noop */ }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment