diff --git a/std/heap.zig b/std/heap.zig index aaf087d2d64175994fb10414cc55b69b20d46e30..72dccc78f3671c9b0db382fc8a145ad922cb6c11 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; }