mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
delete unnecessary lines
This commit is contained in:
parent
846d4e2210
commit
2a0d8072c1
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue