diff options
Diffstat (limited to 'lib/system/repr.nim')
-rwxr-xr-x | lib/system/repr.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/system/repr.nim b/lib/system/repr.nim index add0af10c..256313ebd 100755 --- a/lib/system/repr.nim +++ b/lib/system/repr.nim @@ -9,9 +9,6 @@ # The generic ``repr`` procedure. It is an invaluable debugging tool. -#proc cstrToNimStrDummy(s: cstring): string {.inline.} = -# result = cast[string](cstrToNimStr(s)) - proc reprInt(x: int64): string {.compilerproc.} = return $x proc reprFloat(x: float): string {.compilerproc.} = return $x |