delete unnecessary lines

pull/1103/head
hazohelet 2019-07-12 22:37:07 +09:00 committed by Alexander Medvednikov
parent 846d4e2210
commit 2a0d8072c1
1 changed files with 0 additions and 2 deletions

View File

@ -2781,9 +2781,7 @@ fn (p mut Parser) if_st(is_expr bool, elif_depth int) string {
mut typ := ''
// if { if hack
if p.tok == .key_if && p.inside_if_expr {
println('AAAWWFAFAF')
typ = p.factor()
println('QWEWQE typ=$typ')
p.next()
}
else {