summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-03-12 12:38:42 +0100
committerAraq <rumpf_a@web.de>2011-03-12 12:38:42 +0100
commit6850fb73c1b9ae8d3f56a61ee37922c3cb3788d6 (patch)
tree3454e74ca1e27fd6f39bfd2d1fd15e86cbbbb731 /lib/system.nim
parent0fee9f9924cbbb6b18191d9c731542feac1ac682 (diff)
downloadNim-6850fb73c1b9ae8d3f56a61ee37922c3cb3788d6.tar.gz
fixes #20
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-xlib/system.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index e1b6aeb4f..6909185e6 100755
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -662,7 +662,6 @@ proc newString*(len: int): string {.
   ## optimization purposes; the same effect can be achieved with the
   ## ``&`` operator.
 
-# concat operator:
 proc `&` * (x: string, y: char): string {.
   magic: "ConStrStr", noSideEffect, merge.}
 proc `&` * (x: char, y: char): string {.