diff --git a/src/config/edit.zig b/src/config/edit.zig index 8f223afcc..c673991df 100644 --- a/src/config/edit.zig +++ b/src/config/edit.zig @@ -1,11 +1,6 @@ const std = @import("std"); -const builtin = @import("builtin"); -const assert = std.debug.assert; const Allocator = std.mem.Allocator; const internal_os = @import("../os/main.zig"); -const Command = @import("../Command.zig"); - -const log = std.log.scoped(.config); /// Open the configuration in the OS default editor according to the default /// paths the main config file could be in.