Remove unused fstring

This commit is contained in:
Nobuyoshi Nakada 2023-07-11 19:52:37 +09:00
parent 3874381c44
commit 1b01140d8a
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -1653,7 +1653,6 @@ eval_make_iseq(VALUE src, VALUE fname, int line, const rb_binding_t *bind,
if (!NIL_P(fname)) fname = rb_fstring(fname);
}
else {
fname = rb_fstring_lit("(eval)");
if (!eval_default_path) {
eval_default_path = rb_fstring_lit("(eval)");
rb_gc_register_mark_object(eval_default_path);