aboutsummaryrefslogtreecommitdiffstats
path: root/ractor_core.h
diff options
context:
space:
mode:
authorHParker <HParker@github.com>2023-12-05 16:57:29 -0800
committerYusuke Endoh <mame@ruby-lang.org>2023-12-06 10:21:12 +0900
commitb8b319dd1a48b695df8982eacf8b1ee0004c7a8b (patch)
treec19bbf39c3146c43fcc157ca27e931c76d386530 /ractor_core.h
parentc146da50bd8ae42236987f33dd3d4d12cb40a559 (diff)
downloadruby-b8b319dd1a48b695df8982eacf8b1ee0004c7a8b.tar.gz
Revert "allow enabling Prism via flag or env var"
This reverts commit 9b76c7fc89460ed8e9be40e4037c1d68395c0f6d.
Diffstat (limited to 'ractor_core.h')
-rw-r--r--ractor_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ractor_core.h b/ractor_core.h
index e6bf55da00..36c0e91c7a 100644
--- a/ractor_core.h
+++ b/ractor_core.h
@@ -186,7 +186,6 @@ struct rb_ractor_struct {
VALUE r_stderr;
VALUE verbose;
VALUE debug;
- bool prism;
rb_ractor_newobj_cache_t newobj_cache;