mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +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);
|
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…
Add table
Add a link
Reference in a new issue