chore(library/vm/vm_parser): remove leftover comment
This commit is contained in:
parent
8b835f9ab6
commit
8de8771ee0
1 changed files with 0 additions and 1 deletions
|
|
@ -207,7 +207,6 @@ vm_obj vm_parser_pexpr(vm_obj const & vm_rbp, vm_obj const & o) {
|
|||
The auxiliary class `restore_decl_meta_scope` is used to restore it.
|
||||
|
||||
Remark: I realize this is hackish, but it addresses the issue raised at #1890.
|
||||
It is better to catch the problem the final type checking step in the kernel.
|
||||
*/
|
||||
restore_decl_meta_scope scope;
|
||||
auto rbp = to_unsigned(vm_rbp);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue