refactor: drop useless comment
This commit is contained in:
parent
8aee0f3a4f
commit
92ca066dd1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue