aboutsummaryrefslogtreecommitdiffstats
path: root/prism/prism.h
diff options
context:
space:
mode:
Diffstat (limited to 'prism/prism.h')
-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.
*