summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/vm.c b/vm.c
index 09e727ff7f..b5412d1a6d 100644
--- a/vm.c
+++ b/vm.c
@@ -2937,18 +2937,6 @@ static VALUE usage_analysis_operand_stop(VALUE self);
static VALUE usage_analysis_register_stop(VALUE self);
#endif
-/*
- * Document-method: RubyVM::resolve_feature_path
- * call-seq:
- * RubyVM.resolve_feature_path(feature) -> [:rb or :so, path]
- *
- * Identifies the file that will be loaded by "require(feature)".
- * This API is experimental and just for internal use.
- *
- * RubyVM.resolve_feature_path("set")
- * #=> [:rb, "/path/to/set.rb"]
- */
-
void
Init_VM(void)
{