diff options
author | Zahary Karadjov <zahary@gmail.com> | 2017-05-13 16:31:44 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2017-05-13 18:51:28 +0300 |
commit | 05bfa4799697a4e06c4777b03f8009bebd4129d9 (patch) | |
tree | bb2394b3f89f1f1dd2b39c3f4d38e64eb01c7317 /compiler/semstmts.nim | |
parent | cdb011afdcef5c9f634403cc121f1ae1d4dccafb (diff) | |
download | Nim-05bfa4799697a4e06c4777b03f8009bebd4129d9.tar.gz |
fix tinvalidinout
Diffstat (limited to 'compiler/semstmts.nim')
-rw-r--r-- | compiler/semstmts.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/semstmts.nim b/compiler/semstmts.nim index 10fc6fb6d..f15cdddee 100644 --- a/compiler/semstmts.nim +++ b/compiler/semstmts.nim @@ -881,9 +881,6 @@ proc typeSectionRightSidePass(c: PContext, n: PNode) = # erases all declared fields body.n.sons = nil - debug s.typ - echo s.typ[0].sym.flags - popOwner(c) closeScope(c) elif a.sons[2].kind != nkEmpty: |