diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-29 20:14:51 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-29 20:14:51 +0100 |
| commit | 5df50ecccae28fc41461637b7bde1cdb383da30e (patch) | |
| tree | eba9303027573971e2d2902485177b6016ea7f83 /src/vm.rs | |
| parent | c16f77289248633fb3229877e33e5e68dd27a826 (diff) | |
| download | sylt-5df50ecccae28fc41461637b7bde1cdb383da30e.tar.gz | |
blobs in blobs
Diffstat (limited to 'src/vm.rs')
| -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)))); } |
