mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -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::NewScope(jp) => self.op_new_scope(jp, self.ops.clone(), env)?,
|
||||
Op::Return => {
|
||||
&self.stack;
|
||||
return Ok(());
|
||||
}
|
||||
Op::Pop => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user