summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/system.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 2644d6fbb..323cfc1bb 100755
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -2213,13 +2213,6 @@ proc shallow*(s: var string) {.noSideEffect, inline.} =
     var s = cast[PGenericSeq](s)
     s.reserved = s.reserved or seqShallowFlag
 
-#template static*(e: expr): expr =
-#  ## evaluates a given expression `e` at compile-time
-#  ## even if it has side effects
-#  block:
-#    const res = e
-#    res
-
 type
   TNimrodNode {.final.} = object
   PNimrodNode* {.magic: "PNimrodNode".} = ref TNimrodNode