Remove unused fstring
This commit is contained in:
parent
3874381c44
commit
1b01140d8a
@ -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);
|
if (!NIL_P(fname)) fname = rb_fstring(fname);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
fname = rb_fstring_lit("(eval)");
|
|
||||||
if (!eval_default_path) {
|
if (!eval_default_path) {
|
||||||
eval_default_path = rb_fstring_lit("(eval)");
|
eval_default_path = rb_fstring_lit("(eval)");
|
||||||
rb_gc_register_mark_object(eval_default_path);
|
rb_gc_register_mark_object(eval_default_path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user