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

cgen: fix missing space, remove unnecessary comment

This commit is contained in:
Julia K
2020-05-26 15:22:28 +02:00
committed by GitHub
parent ca19cec9a5
commit 285e04393e

View File

@ -100,8 +100,6 @@ fn (mut g Gen) gen_fn_decl(it ast.FnDecl) {
}
}
// todo: Clang/GCC only
//
is_livefn := g.attr == 'live'
is_livemain := g.pref.is_livemain && is_livefn