| ... | @@ -87,11 +87,6 @@ pub fn deinit(self: *SelfInfo, gpa: Allocator) void { | ... | @@ -87,11 +87,6 @@ pub fn deinit(self: *SelfInfo, gpa: Allocator) void { |
| 87 | self.modules.deinit(gpa); | 87 | self.modules.deinit(gpa); |
| 88 | if (Module.LookupCache != void) self.lookup_cache.deinit(gpa); | 88 | if (Module.LookupCache != void) self.lookup_cache.deinit(gpa); |
| 89 | } | 89 | } |
| 90 | test { | | |
| 91 | // `std.debug` does not currently utilize `deinit`, as it keeps hold of debug info for the | | |
| 92 | // whole lifetime of the program. Let's try to avoid it bitrotting. | | |
| 93 | _ = &deinit; | | |
| 94 | } | | |
| 95 | | 90 | |
| 96 | pub fn unwindFrame(self: *SelfInfo, gpa: Allocator, context: *UnwindContext) Error!usize { | 91 | pub fn unwindFrame(self: *SelfInfo, gpa: Allocator, context: *UnwindContext) Error!usize { |
| 97 | comptime assert(supports_unwinding); | 92 | comptime assert(supports_unwinding); |