Remove the line

This commit is contained in:
Steven Dee (Jōshin) 2025-01-05 19:46:25 -08:00
parent ce22bf529f
commit 315d47df6f
No known key found for this signature in database

View file

@ -30,8 +30,6 @@
// usually better that sigprocmask only strace the user is calling it.
// plus, since we have a very specific use case, this code goes faster
extern struct Signals __sig;
sigset_t __sig_block(void) {
if (IsWindows() || IsMetal()) {
if (__tls_enabled)