Skip to content

Commit 99ca3e4

Browse files
committed
Commenting out troublesome code.
1 parent 95b8d57 commit 99ca3e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/opt/util/util.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ void kill_on_parent_death(int sig)
7676
}
7777
}
7878

79+
/*
80+
7981
#elif defined(__APPLE__)
8082
8183
template <typename Func>
@@ -123,6 +125,8 @@ void kill_on_parent_death(int sig)
123125
124126
monitor_thread.detach();
125127
}
128+
129+
*/
126130

127131
#else // neither linux or OS X
128132

0 commit comments

Comments
 (0)