cleanup: remove dead code line (#13349)

Pointed out on Discord, this code is dead, `std.debug.assert` is
imported, but never used.
This commit is contained in:
Jeffrey C. Ollie
2026-07-15 15:56:11 -05:00
committed by GitHub

View File

@@ -1,5 +1,4 @@
const std = @import("std");
const assert = std.debug.assert;
const Allocator = std.mem.Allocator;
const internal_os = @import("../os/main.zig");