From b8b319dd1a48b695df8982eacf8b1ee0004c7a8b Mon Sep 17 00:00:00 2001 From: HParker Date: Tue, 5 Dec 2023 16:57:29 -0800 Subject: Revert "allow enabling Prism via flag or env var" This reverts commit 9b76c7fc89460ed8e9be40e4037c1d68395c0f6d. --- prism/prism.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'prism') 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. * -- cgit v1.2.3