diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-08-22 20:36:30 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-08-25 04:05:37 -0700 |
| commit | 12686d9b7df8fe4c2663cd8e2136991dc3cf661c (patch) | |
| tree | 033b9cd46af088ef8c4c382155d27f431c57406d /lib/std/debug.zig | |
| parent | afea41947069b5c270d9f8a5a0a34530e48687ed (diff) | |
| download | zig-12686d9b7df8fe4c2663cd8e2136991dc3cf661c.tar.gz zig-12686d9b7df8fe4c2663cd8e2136991dc3cf661c.zip | |
delete std.debug.FixedBufferReader
now that std.Io.Reader has sufficient debug performance
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 d0ec4db1d0..50a2d11788 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -14,7 +14,6 @@ const native_os = builtin.os.tag; const native_endian = native_arch.endian(); const Writer = std.io.Writer; -pub const FixedBufferReader = @import("debug/FixedBufferReader.zig"); pub const Dwarf = @import("debug/Dwarf.zig"); pub const Pdb = @import("debug/Pdb.zig"); pub const SelfInfo = @import("debug/SelfInfo.zig"); @@ -1773,7 +1772,6 @@ pub inline fn inValgrind() bool { test { _ = &Dwarf; - _ = &FixedBufferReader; _ = &Pdb; _ = &SelfInfo; _ = &dumpHex; |
