| author | |
| committer | |
| log | 4235982fe6965ce4fe02f1cfcb4d919752369379 |
| tree | 5c2c7e8bd8389a41fcedadeda91d3c885a27b754 |
| parent | aa3f31ac0a986f780831697b6d4b0074dbce9ced |
1 files changed, 0 insertions(+), 2 deletions(-)
std/heap.zig-2| ... | @@ -366,8 +366,6 @@ pub const WasmAllocator = struct { | ... | @@ -366,8 +366,6 @@ pub const WasmAllocator = struct { |
| 366 | const result = self.start_ptr[adjusted_index..new_end_index]; | 366 | const result = self.start_ptr[adjusted_index..new_end_index]; |
| 367 | self.end_index = new_end_index; | 367 | self.end_index = new_end_index; |
| 368 | 368 | ||
| 369 | |||
| 370 | |||
| 371 | return result; | 369 | return result; |
| 372 | } | 370 | } |
| 373 | 371 |