Update lib/system/stacktraces.nim

This commit is contained in:
ringabout
2025-12-05 13:12:00 +08:00
committed by GitHub
parent 3090d8f544
commit f6ffcb454d

View File

@@ -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).