aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
diff options
context:
space:
mode:
Diffstat (limited to 'load.c')
-rw-r--r--load.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/load.c b/load.c
index 3060c81cbc..b95d22848a 100644
--- a/load.c
+++ b/load.c
@@ -28,13 +28,6 @@ static const char *const loadable_ext[] = {
0
};
-VALUE
-rb_get_load_path(void)
-{
- VALUE load_path = GET_VM()->load_path;
- return load_path;
-}
-
enum expand_type {
EXPAND_ALL,
EXPAND_RELATIVE,