cgen: fix missing space, remove unnecessary comment

pull/5053/head
Julia K 2020-05-26 15:22:28 +02:00 committed by GitHub
parent ca19cec9a5
commit 285e04393e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

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