aboutsummaryrefslogtreecommitdiffstats
path: root/prism
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 /prism
parentc146da50bd8ae42236987f33dd3d4d12cb40a559 (diff)
downloadruby-b8b319dd1a48b695df8982eacf8b1ee0004c7a8b.tar.gz
Revert "allow enabling Prism via flag or env var"
This reverts commit 9b76c7fc89460ed8e9be40e4037c1d68395c0f6d.
Diffstat (limited to 'prism')
-rw-r--r--prism/prism.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/prism/prism.h b/prism/prism.h
index d55c4f2bfd..590cd74016 100644
--- a/prism/prism.h
+++ b/prism/prism.h
@@ -42,17 +42,6 @@
*/
PRISM_EXPORTED_FUNCTION const char * pm_version(void);
-
-/**
- * @private
- *
- * This is used to decide of the prism parser should be used.
- *
- * @retval true Use Prism to parse files
- * @retval false Use standard parser
- */
-bool *rb_ruby_prism_ptr(void);
-
/**
* Initialize a parser with the given start and end pointers.
*