refactor: drop useless comment

This commit is contained in:
CJ van den Berg 2025-09-29 22:46:09 +02:00
parent 8aee0f3a4f
commit 92ca066dd1
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -112,7 +112,7 @@ var panic_cleanup: ?struct {
} = null;
pub fn panic(msg: []const u8, error_return_trace: ?*std.builtin.StackTrace, ret_addr: ?usize) noreturn {
_ = error_return_trace; // TODO: what to do with this in zig-0.14?
_ = error_return_trace;
in_panic.store(true, .release);
const cleanup = panic_cleanup;
panic_cleanup = null;