Skip to content

Commit 1402107

Browse files
committed
[remove obsolete comment]
1 parent 93552e5 commit 1402107

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/thread/osthread.d

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,12 +1937,6 @@ extern (C) void thread_init() @nogc
19371937
initLowlevelThreads();
19381938
Thread.initLocks();
19391939

1940-
// The Android VM runtime intercepts SIGUSR1 and apparently doesn't allow
1941-
// its signal handler to run, so swap the two signals on Android, since
1942-
// thread_resumeHandler does nothing.
1943-
// This hack is no longer needed, as the GC signals now use SIGRTMIN / SIGRTMIN + 1
1944-
// version (Android) thread_setGCSignals(SIGUSR2, SIGUSR1);
1945-
19461940
version (Darwin)
19471941
{
19481942
// thread id different in forked child process

0 commit comments

Comments
 (0)