mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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 PreExecFn = fn (*Command) void;
|
||||||
|
|
||||||
const log = std.log.scoped(.command);
|
|
||||||
|
|
||||||
/// Path to the command to run. This must be an absolute path. This
|
/// Path to the command to run. This must be an absolute path. This
|
||||||
/// library does not do PATH lookup.
|
/// library does not do PATH lookup.
|
||||||
path: []const u8,
|
path: []const u8,
|
||||||
|
Reference in New Issue
Block a user