remove unused var

This commit is contained in:
Mitchell Hashimoto
2024-06-08 19:08:05 -07:00
parent 8f9cdff1f5
commit 6ae6e3ba11

View File

@ -32,8 +32,6 @@ const EnvMap = std.process.EnvMap;
const PreExecFn = fn (*Command) void;
const log = std.log.scoped(.command);
/// Path to the command to run. This must be an absolute path. This
/// library does not do PATH lookup.
path: []const u8,