summaryrefslogtreecommitdiff
path: root/src/cmd/move.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/move.zig')
-rw-r--r--src/cmd/move.zig2
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| {