diff options
Diffstat (limited to 'lib/system/systhread.nim')
-rwxr-xr-x | lib/system/systhread.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/system/systhread.nim b/lib/system/systhread.nim index 0ffc9605c..fa2d75704 100755 --- a/lib/system/systhread.nim +++ b/lib/system/systhread.nim @@ -8,8 +8,6 @@ # const - hasThreadSupport = false # deactivate for now: thread stack walking - # is missing! maxThreads = 256 when (defined(gcc) or defined(llvm_gcc)) and hasThreadSupport: |