Cleanup some unused code.

This commit is contained in:
Jeremy Wall 2020-04-12 18:54:06 -04:00
parent f866275df2
commit 3f3368f496

View File

@ -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 => {