update: 移除调试代码
This commit is contained in:
parent
807f1afb9d
commit
9b9d0526f8
@ -115,7 +115,6 @@ public class StatementBuilder {
|
|||||||
if (reg == null) {
|
if (reg == null) {
|
||||||
reg = ctx.newRegister();
|
reg = ctx.newRegister();
|
||||||
ctx.getScope().declare(name, type, reg);
|
ctx.getScope().declare(name, type, reg);
|
||||||
throw new IllegalStateException("这里是怎么到达?");
|
|
||||||
}
|
}
|
||||||
return reg;
|
return reg;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user