diff --git a/lib/system/stacktraces.nim b/lib/system/stacktraces.nim index 1fed5bc9c5..cdb24eaedf 100644 --- a/lib/system/stacktraces.nim +++ b/lib/system/stacktraces.nim @@ -30,7 +30,6 @@ when defined(nimStackTraceOverride): nimcall, gcsafe, raises: [], tags: [], noinline.} - const NimStackTraceMsgs = compileOption("stacktraceMsgs") # Default procedures (not normally used, because people opting in on this # override are supposed to register their own versions).