summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system')
-rwxr-xr-xlib/system/sysstr.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/system/sysstr.nim b/lib/system/sysstr.nim
index eef8163fe..c61cf2bea 100755
--- a/lib/system/sysstr.nim
+++ b/lib/system/sysstr.nim
@@ -237,8 +237,6 @@ proc nimFloatToStr(x: float): string {.compilerproc.} =
   return $buf
 
 proc nimInt64ToStr(x: int64): string {.compilerRtl.} =
-  # we don't rely on C's runtime here as some C compiler's
-  # int64 support is weak
   result = newString(sizeof(x)*4)
   var i = 0
   var y = x