Remove log from imports as it is unused

Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
This commit is contained in:
Borja Clemente
2023-12-19 09:23:30 +01:00
parent 9f8465c507
commit a1fd9f733c

View File

@ -2,8 +2,6 @@ const std = @import("std");
const Allocator = std.mem.Allocator; const Allocator = std.mem.Allocator;
const internal_os = @import("../os/main.zig"); const internal_os = @import("../os/main.zig");
const log = std.log.scoped(.config);
/// Open the configuration in the OS default editor according to the default /// Open the configuration in the OS default editor according to the default
/// paths the main config file could be in. /// paths the main config file could be in.
pub fn open(alloc_gpa: Allocator) !void { pub fn open(alloc_gpa: Allocator) !void {