From 86bf97a73001b3ffc856755a80097ee303d0492b Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 20 Jan 2013 21:19:49 +0200 Subject: cleaned up some debugging code --- compiler/ccgexprs.nim | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'compiler/ccgexprs.nim') diff --git a/compiler/ccgexprs.nim b/compiler/ccgexprs.nim index 67d7b1a38..1ac3dad7d 100755 --- a/compiler/ccgexprs.nim +++ b/compiler/ccgexprs.nim @@ -188,19 +188,9 @@ proc genRefAssign(p: BProc, dest, src: TLoc, flags: TAssignmentFlags) = linefmt(p, cpsStmts, "#asgnRef((void**) $1, $2);$n", addrLoc(dest), rdLoc(src)) else: - if cnimdbg: - echo "ASSIGN REF ", dest.k, " ", dest.s, " ", dest.r.ropeToStr - if dest.heapRoot != nil: - echo "ROOTED AT ", dest.heapRoot.ropeToStr - linefmt(p, cpsStmts, "#asgnRefNoCycle((void**) $1, $2);$n", addrLoc(dest), rdLoc(src)) else: - if cnimdbg: - echo "ASSIGN REF ", dest.k, " ", dest.s, " ", dest.r.ropeToStr - if dest.heapRoot != nil: - echo "ROOTED AT ", dest.heapRoot.ropeToStr - linefmt(p, cpsStmts, "#unsureAsgnRef((void**) $1, $2);$n", addrLoc(dest), rdLoc(src)) if needToKeepAlive in flags: keepAlive(p, dest) -- cgit 1.4.1-2-gfad0 d42ef4d5d0222a2a942682d35e405dc7'>refs log blame commit diff stats
path: root/lib/pure/ftpclient.nim
blob: 76ffcd92237a6248550965d464e0b3f456fcf858 (plain) (tree)
1
2
3
4
5
6
7
8
9