1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

delete unnecessary lines

This commit is contained in:
hazohelet 2019-07-12 22:37:07 +09:00 committed by Alexander Medvednikov
parent 846d4e2210
commit 2a0d8072c1

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 {