summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--load.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/load.c b/load.c
index 67020a1ecd..3d877a83c9 100644
--- a/load.c
+++ b/load.c
@@ -594,7 +594,6 @@ static void
load_failed(VALUE fname)
{
rb_loaderror_with_path(fname, "cannot load such file -- %s", RSTRING_PTR(fname));
- RB_GC_GUARD(fname);
}
static VALUE