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__)
|
#elif defined(__APPLE__)
|
||||||
|
|
||||||
template <typename Func>
|
template <typename Func>
|
||||||
|
|
@ -124,6 +126,8 @@ void kill_on_parent_death(int sig)
|
||||||
monitor_thread.detach();
|
monitor_thread.detach();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
#else // neither linux or OS X
|
#else // neither linux or OS X
|
||||||
|
|
||||||
void kill_on_parent_death(int sig)
|
void kill_on_parent_death(int sig)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue