From facf440542fcb4da92ebfdfe0b40deb132268de9 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 15 Aug 2025 13:45:11 +0200 Subject: Remove left-over "_ = ctx.(...)" assignments. --- src/cmd/remove.zig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cmd/remove.zig') diff --git a/src/cmd/remove.zig b/src/cmd/remove.zig index e7d2688..ba59504 100644 --- a/src/cmd/remove.zig +++ b/src/cmd/remove.zig @@ -10,9 +10,6 @@ pub const Remove = struct { path: []const u8, pub fn eval(remove: Remove, ctx: CommandContext) !CommandStatus { - _ = ctx.allocator; - _ = ctx.input_source; - const file_path = remove.path; // Check for wildcards (basic support) -- cgit v1.2.1