mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-23 18:29:50 -04:00
Cleanup some unused code.
This commit is contained in:
parent
f866275df2
commit
3f3368f496
@ -193,7 +193,6 @@ impl VM {
|
|||||||
Op::FCall => self.op_fcall(pos, env)?,
|
Op::FCall => self.op_fcall(pos, env)?,
|
||||||
Op::NewScope(jp) => self.op_new_scope(jp, self.ops.clone(), env)?,
|
Op::NewScope(jp) => self.op_new_scope(jp, self.ops.clone(), env)?,
|
||||||
Op::Return => {
|
Op::Return => {
|
||||||
&self.stack;
|
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
Op::Pop => {
|
Op::Pop => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user