From 3e53d3ae08d41b21d9edcd0f9bbd9e0edbdfb138 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 16 Aug 2025 13:02:47 +0200 Subject: Unify input handling. --- src/cmd/path.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cmd/path.zig') diff --git a/src/cmd/path.zig b/src/cmd/path.zig index 009621f..e0c549f 100644 --- a/src/cmd/path.zig +++ b/src/cmd/path.zig @@ -8,7 +8,6 @@ const CommandContext = types.CommandContext; pub const PathGet = struct { pub fn eval(path_get: PathGet, ctx: CommandContext) !CommandStatus { _ = path_get; - _ = ctx.input_source; const current_path = std.process.getEnvVarOwned(ctx.allocator, "PATH") catch |err| switch (err) { error.EnvironmentVariableNotFound => { -- cgit v1.2.1