Remove unused imports

And some smaller cleanups.
This commit is contained in:
Karl Seguin
2026-03-27 12:45:26 +08:00
parent cdd33621e3
commit ea422075c7
38 changed files with 7 additions and 71 deletions

View File

@@ -17,7 +17,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
const std = @import("std");
const IS_DEBUG = @import("builtin").mode == .Debug;
pub fn toPageId(comptime id_type: enum { frame_id, loader_id }, input: []const u8) !u32 {
const err = switch (comptime id_type) {