[if] fn: remove unused expression

pull/2566/head
Alexander Medvednikov 2019-10-27 12:42:31 +03:00
parent 5946f67328
commit e890f682e2
1 changed files with 1 additions and 0 deletions

View File

@ -747,6 +747,7 @@ fn (p mut Parser) fn_call(f mut Fn, method_ph int, receiver_var, receiver_type s
p.calling_c = false
if is_comptime_define {
p.cgen.nogen = false
p.cgen.resetln('')
}
// println('end of fn call typ=$f.typ')
}