diff --git a/std/heap.zig b/std/heap.zig index aaf087d2d..72dccc78f 100644 --- a/std/heap.zig +++ b/std/heap.zig @@ -366,8 +366,6 @@ pub const WasmAllocator = struct { const result = self.start_ptr[adjusted_index..new_end_index]; self.end_index = new_end_index; - - return result; }