diff options
Diffstat (limited to 'src/cmd/move.zig')
-rw-r--r-- | src/cmd/move.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/move.zig b/src/cmd/move.zig index 9787673..40e745d 100644 --- a/src/cmd/move.zig +++ b/src/cmd/move.zig @@ -9,8 +9,6 @@ const CommandContext = types.CommandContext; pub const Move = struct { pub fn eval(move: Move, ctx: CommandContext) !CommandStatus { _ = move; - _ = ctx.allocator; - _ = ctx.input_source; const error_msg = "MOVE command not yet implemented\n"; if (ctx.output_capture) |capture| { |