diff options
Diffstat (limited to 'src/panic_handler.zig')
-rw-r--r-- | src/panic_handler.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/panic_handler.zig b/src/panic_handler.zig index 3f49bf6ab..84b66d9be 100644 --- a/src/panic_handler.zig +++ b/src/panic_handler.zig @@ -3,8 +3,6 @@ const logger = @import("logger.zig"); const root = @import("root"); usingnamespace @import("global.zig"); -const USERLAND_PANIC_MESSAGE = "iNtErNaL sErVeR eRrOr"; - /// This function is used by the Zig language code generation and /// therefore must be kept in sync with the compiler implementation. pub fn default_panic(msg: []const u8, error_return_trace: ?*std.builtin.StackTrace) noreturn { |