summaryrefslogtreecommitdiff
path: root/src/cmd/remove.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/remove.zig')
-rw-r--r--src/cmd/remove.zig3
1 files changed, 0 insertions, 3 deletions
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)