Skip to content

Commit 3cc24a6

Browse files
authored
Remove unused PThread.mainRuntimeThread. NFC (#17016)
The last usage was removed in #17017.
1 parent 99c6872 commit 3cc24a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/library_pthread.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,6 @@ var LibraryPThread = {
599599
/*start_profiling=*/true
600600
#endif
601601
);
602-
#if ASSERTIONS
603-
PThread.mainRuntimeThread = true;
604-
#endif
605602
PThread.threadInit();
606603
},
607604

0 commit comments

Comments
 (0)