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:
parent
af8b548e29
commit
1de1d04fb4
1 changed files with 0 additions and 2 deletions
|
|
@ -232,5 +232,3 @@ extern "C" int _wait (int *status) {
|
|||
errno = ENOSYS;
|
||||
return -1;
|
||||
}
|
||||
|
||||
extern "C" void __sync_synchronize() { /* noop */ }
|
||||
|
|
|
|||
Loading…
Reference in a new issue