diff options
author | HParker <[email protected]> | 2023-12-05 16:57:29 -0800 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2023-12-06 10:21:12 +0900 |
commit | b8b319dd1a48b695df8982eacf8b1ee0004c7a8b (patch) | |
tree | c19bbf39c3146c43fcc157ca27e931c76d386530 /ractor_core.h | |
parent | c146da50bd8ae42236987f33dd3d4d12cb40a559 (diff) |
Revert "allow enabling Prism via flag or env var"
This reverts commit 9b76c7fc89460ed8e9be40e4037c1d68395c0f6d.
Diffstat (limited to 'ractor_core.h')
-rw-r--r-- | ractor_core.h | 1 |
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; |