diff options
Diffstat (limited to 'lib/system.nim')
-rw-r--r-- | lib/system.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/system.nim b/lib/system.nim index 60d9c5453..a78ceb3fe 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -192,9 +192,6 @@ when defined(nimNewShared): type `shared`* {.magic: "Shared".} guarded* {.magic: "Guarded".} -else: - {.pragma: gcsafe.} -#{.pragma: gcsafe.} const NoFakeVars* = defined(NimrodVM) ## true if the backend doesn't support \ ## "fake variables" like 'var EBADF {.importc.}: cint'. |