summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug.c b/debug.c
index 02fa9292a2..4959f922f6 100644
--- a/debug.c
+++ b/debug.c
@@ -136,7 +136,6 @@ ruby_debug_breakpoint(void)
/* */
}
-#ifdef RUBY_DEBUG_ENV
static void
set_debug_option(const char *str, int len, void *arg)
{
@@ -161,4 +160,3 @@ ruby_set_debug_option(const char *str)
{
ruby_each_words(str, set_debug_option, 0);
}
-#endif