diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/vm.rs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -596,10 +596,6 @@ impl VM { values.push(Value::Nil); } - for (slot, ty) in blob.name_to_field.values() { - values[*slot] = ty.as_value(); - } - self.stack.pop(); self.stack.push(Value::BlobInstance(blob_id, Rc::new(RefCell::new(values)))); } |
