summaryrefslogtreecommitdiff
path: root/src/cmd/path.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/path.zig')
-rw-r--r--src/cmd/path.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/path.zig b/src/cmd/path.zig
index baf1c2e..ca4de9a 100644
--- a/src/cmd/path.zig
+++ b/src/cmd/path.zig
@@ -49,8 +49,6 @@ pub const PathSet = struct {
value: []const u8,
pub fn eval(path_set: PathSet, ctx: CommandContext) !CommandStatus {
- _ = ctx.input_source;
-
// Note: In a real DOS system, this would persist for the session
// Here we just show what would be set but don't actually set it
// since Zig's std.process doesn't provide a simple way to set env vars