aboutsummaryrefslogtreecommitdiffstats
path: root/prism/prism.h
diff options
context:
space:
mode:
Diffstat (limited to 'prism/prism.h')
-rw-r--r--prism/prism.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/prism/prism.h b/prism/prism.h
index c06e0fd278..25ac08f68b 100644
--- a/prism/prism.h
+++ b/prism/prism.h
@@ -33,9 +33,6 @@ void pm_print_node(pm_parser_t *parser, pm_node_t *node);
void pm_parser_metadata(pm_parser_t *parser, const char *metadata);
-// Generate a scope node from the given node.
-void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
-
// The prism version and the serialization format.
PRISM_EXPORTED_FUNCTION const char * pm_version(void);