diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-03-18 22:39:59 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-03-19 11:45:09 -0700 |
| commit | cd62005f19ff966d2c42de4daeb9a1e4b644bf76 (patch) | |
| tree | 4bb316708afaf79c971808df792d8fe86274789b /lib/std/pdb.zig | |
| parent | 7057bffc14602add697eb566b83934b7ad3fd81c (diff) | |
| download | zig-cd62005f19ff966d2c42de4daeb9a1e4b644bf76.tar.gz zig-cd62005f19ff966d2c42de4daeb9a1e4b644bf76.zip | |
extract std.posix from std.os
closes #5019
Diffstat (limited to 'lib/std/pdb.zig')
| -rw-r--r-- | lib/std/pdb.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/pdb.zig b/lib/std/pdb.zig index 9640ec3569..ece1cc63dc 100644 --- a/lib/std/pdb.zig +++ b/lib/std/pdb.zig @@ -2,7 +2,6 @@ const std = @import("std.zig"); const io = std.io; const math = std.math; const mem = std.mem; -const os = std.os; const coff = std.coff; const fs = std.fs; const File = std.fs.File; |
