mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
remove stray allocator parameter
This commit is contained in:
parent
02619edf41
commit
eddc68ad94
@ -96,7 +96,7 @@ pub fn HashMap(
|
||||
return self.unmanaged.clearRetainingCapacity();
|
||||
}
|
||||
|
||||
pub fn clearAndFree(self: *Self, allocator: *Allocator) void {
|
||||
pub fn clearAndFree(self: *Self) void {
|
||||
return self.unmanaged.clearAndFree(self.allocator);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user