From facf440542fcb4da92ebfdfe0b40deb132268de9 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 15 Aug 2025 13:45:11 +0200 Subject: Remove left-over "_ = ctx.(...)" assignments. --- src/cmd/path.zig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cmd/path.zig') 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 -- cgit v1.2.1