diff options
| author | Satoshi Tagomori <s-tagomori@sakura.ad.jp> | 2025-10-14 22:07:22 +0900 |
|---|---|---|
| committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-10-14 22:59:14 +0900 |
| commit | cad692de63d59ef365bce96e78f1baf137919590 (patch) | |
| tree | 5a7999970add33ac17f55a35174bbf936fd514a7 | |
| parent | 29adf0bb74670e06c0aa49cbd49012c74edea895 (diff) | |
Remove useless comments
Namespace frame exists, but it is used only for Namespace#eval now.
| -rw-r--r-- | vm_eval.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2000,7 +2000,6 @@ eval_string_with_cref(VALUE self, VALUE src, rb_cref_t *cref, VALUE file, int li cref = vm_cref_dup(orig_cref); } vm_set_eval_stack(ec, iseq, cref, &block); - // TODO: set the namespace frame /* kick */ return vm_exec(ec); @@ -2023,8 +2022,6 @@ eval_string_with_scope(VALUE scope, VALUE src, VALUE file, int line) vm_bind_update_env(scope, bind, vm_make_env_object(ec, ec->cfp)); } - // TODO: set the namespace frame - /* kick */ return vm_exec(ec); } |
