Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Feb 12, 2025
1 parent d934420 commit 2b56135
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/console.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const linux_headers = @import("linux_headers");
const BootLoader = @import("./boot/bootloader.zig");
const Device = @import("./device.zig");
const system = @import("./system.zig");
const utils = @import("./utils.zig");

const esc = std.ascii.control_code.esc;

Expand Down
1 change: 0 additions & 1 deletion src/tboot-loader.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const Log = @import("./log.zig");
const YmodemBootLoader = @import("./boot/ymodem.zig");
const security = @import("./security.zig");
const system = @import("./system.zig");
const utils = @import("./utils.zig");

// Since we log to /dev/kmsg, we inherit the kernel's log level, so we should
// make sure we don't do any filtering on our side of log messages that get
Expand Down
1 change: 0 additions & 1 deletion src/watch.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const epoll_event = std.os.linux.epoll_event;

const Device = @import("./device.zig");
const kobject = @import("./kobject.zig");
const utils = @import("./utils.zig");

const linux_headers = @import("linux_headers");

Expand Down

0 comments on commit 2b56135

Please sign in to comment.