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

[if] fn: remove unused expression

This commit is contained in:
Alexander Medvednikov 2019-10-27 12:42:31 +03:00
parent 5946f67328
commit e890f682e2

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')
}