summaryrefslogtreecommitdiff
path: root/src/cmd/copy.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/copy.zig')
-rw-r--r--src/cmd/copy.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/copy.zig b/src/cmd/copy.zig
index 9f9d4bf..3ca8af0 100644
--- a/src/cmd/copy.zig
+++ b/src/cmd/copy.zig
@@ -14,8 +14,6 @@ pub const Copy = struct {
to: FileSpec,
pub fn eval(copy: Copy, ctx: CommandContext) !CommandStatus {
- _ = ctx.input_source;
-
// Handle source file
const source_path = switch (copy.from) {
.Con => {