Remove hack sync__synchronize from main.cpp (#139)

Was required before due to C++ internals, but is not needed anymore thanks
to #137
This commit is contained in:
Earle F. Philhower, III 2021-05-16 03:49:22 -07:00 committed by GitHub
parent af8b548e29
commit 1de1d04fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,5 +232,3 @@ extern "C" int _wait (int *status) {
errno = ENOSYS;
return -1;
}
extern "C" void __sync_synchronize() { /* noop */ }