refactor with
This commit is contained in:
@@ -15,7 +15,6 @@ impl<'gc> crate::Vm<'gc> {
|
||||
RefLock::new(ThunkState::Pending {
|
||||
ip: entry_point as usize,
|
||||
env: self.env,
|
||||
with_env: self.with_env,
|
||||
}),
|
||||
);
|
||||
self.push(Value::new_gc(thunk));
|
||||
|
||||
Reference in New Issue
Block a user