From fc75a0dea67aa55fa972b6244358c58ac03bd2d7 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 10 May 2021 20:05:53 -0700 Subject: asdasdasdasd Former-commit-id: 2b3c0584c623486d8ab5dc838bb7ba861b4395d7 --- src/string_mutable.zig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/string_mutable.zig') diff --git a/src/string_mutable.zig b/src/string_mutable.zig index 610f35a0a..7e9ea5aa6 100644 --- a/src/string_mutable.zig +++ b/src/string_mutable.zig @@ -106,9 +106,6 @@ pub const MutableString = struct { try self.list.ensureUnusedCapacity(self.allocator, amount); } - pub fn deinit(self: *MutableString) !void { - self.list.deinit(self.allocator); - } pub fn appendChar(self: *MutableString, char: u8) callconv(.Inline) !void { try self.list.append(self.allocator, char); } -- cgit v1.2.3