diff options
| author | Zachary Raineri <zach@raineri.software> | 2023-08-06 14:18:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-06 15:18:50 -0400 |
| commit | 49244dc0ca68d4b1282b7b26b52e750a4892fce2 (patch) | |
| tree | c80cb3b99529c3a9f98074434be1985d41a98019 /lib/std/debug.zig | |
| parent | 373e48c9831c44f15c3209a92779a87348f690fd (diff) | |
| download | zig-49244dc0ca68d4b1282b7b26b52e750a4892fce2.tar.gz zig-49244dc0ca68d4b1282b7b26b52e750a4892fce2.zip | |
std: remove some unused imports (#16710)
Diffstat (limited to 'lib/std/debug.zig')
| -rw-r--r-- | lib/std/debug.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 52b5d2c19c..db9b93dff6 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -11,9 +11,7 @@ const DW = std.dwarf; const macho = std.macho; const coff = std.coff; const pdb = std.pdb; -const ArrayList = std.ArrayList; const root = @import("root"); -const maxInt = std.math.maxInt; const File = std.fs.File; const windows = std.os.windows; const native_arch = builtin.cpu.arch; |
