chore: Remove the experimental log

Reason: Not experimental for quite some time
This commit is contained in:
Alex Jbanca 2024-09-17 17:42:24 +03:00 committed by Alex Jbanca
parent c769e42212
commit c7a936bfe6
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ proc logHandlerCallback(messageType: cint, message: cstring, category: cstring,
proc mainProc() =
when defined(macosx) and defined(arm64):
echo "Experimental support for Apple Silicon"
var signalStack: cstring = cast[cstring](allocShared(SIGSTKSZ))
var ss: ptr Stack = cast[ptr Stack](allocShared0(sizeof(Stack)))
var ss2: ptr Stack = nil