aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-24 03:12:19 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-24 03:13:07 +0900
commita12e950816d4db950d975e062f903a5e8c75f1b6 (patch)
tree74a71155836c09efc985426b23e978954bf8512e /debug.c
parent7563d542d6c2bba5f5820f45b9707583aa28b136 (diff)
downloadruby-a12e950816d4db950d975e062f903a5e8c75f1b6.tar.gz
Revert "Enclose crtitical sections in `thread_exclusive` block"
19cc24b34b0490b7c2779eec521fe0089e05f183 and fixups.
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index e0ff94886b..75d4cc6569 100644
--- a/debug.c
+++ b/debug.c
@@ -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.