aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
diff options
context:
space:
mode:
Diffstat (limited to 'load.c')
-rw-r--r--load.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/load.c b/load.c
index 4eb3f7f50b..539b29f89b 100644
--- a/load.c
+++ b/load.c
@@ -945,14 +945,13 @@ load_ext(VALUE path)
return (VALUE)dln_load(RSTRING_PTR(path));
}
-/* Method is documented in vm.c */
-
static int
no_feature_p(const char *feature, const char *ext, int rb, int expanded, const char **fn)
{
return 0;
}
+// Documented in doc/globals.rdoc
VALUE
rb_resolve_feature_path(VALUE klass, VALUE fname)
{