mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unused fstring
This commit is contained in:
parent
3874381c44
commit
1b01140d8a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue