update: 移除调试代码

This commit is contained in:
zhangxun 2025-06-17 22:39:08 +08:00 committed by Luke
parent 807f1afb9d
commit 9b9d0526f8

View File

@ -115,7 +115,6 @@ public class StatementBuilder {
if (reg == null) {
reg = ctx.newRegister();
ctx.getScope().declare(name, type, reg);
throw new IllegalStateException("这里是怎么到达?");
}
return reg;
}