summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2021-02-24 03:12:19 +0900
committerNobuyoshi Nakada <[email protected]>2021-02-24 03:13:07 +0900
commita12e950816d4db950d975e062f903a5e8c75f1b6 ()
tree74a71155836c09efc985426b23e978954bf8512e /debug.c
parent7563d542d6c2bba5f5820f45b9707583aa28b136 (diff)
Revert "Enclose crtitical sections in `thread_exclusive` block"
19cc24b34b0490b7c2779eec521fe0089e05f183 and fixups.
-rw-r--r--debug.c1
1 files changed, 0 insertions, 1 deletions
@@ -263,7 +263,6 @@ ruby_set_debug_option(const char *str)
}
#if RUBY_DEVEL
-#undef getenv
// RUBY_DEBUG_LOG features
// See vm_debug.h comments for details.