diff options
Diffstat (limited to 'src/cmd/path.zig')
-rw-r--r-- | src/cmd/path.zig | 1 |
1 files changed, 0 insertions, 1 deletions
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 => { |