| author | |
| committer | |
| log | 4adb10df4722a020e4db5140c0fd30962a526813 |
| tree | 865d1b0a3099506a63dd2c1733889147e8369c0d |
| parent | c6905371543066b9e0cc2f71e613123294e26b9f |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/builtin.zig-2| ... | ... | @@ -48,8 +48,6 @@ pub const StackTrace = struct { |
| 48 | 48 | if (builtin.os.tag == .freestanding) return; |
| 49 | 49 | |
| 50 | 50 | _ = options; |
| 51 | var arena = std.heap.ArenaAllocator.init(std.heap.page_allocator); | |
| 52 | defer arena.deinit(); | |
| 53 | 51 | const debug_info = std.debug.getSelfDebugInfo() catch |err| { |
| 54 | 52 | return writer.print("\nUnable to print stack trace: Unable to open debug info: {s}\n", .{@errorName(err)}); |
| 55 | 53 | }; |