mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
remove unused var
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user