mirror of https://github.com/YosysHQ/abc.git
Commenting out troublesome code.
This commit is contained in:
parent
95b8d57331
commit
99ca3e4428
|
|
@ -76,6 +76,8 @@ void kill_on_parent_death(int sig)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
|
||||
template <typename Func>
|
||||
|
|
@ -123,6 +125,8 @@ void kill_on_parent_death(int sig)
|
|||
|
||||
monitor_thread.detach();
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
#else // neither linux or OS X
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue