cgen: fix missing space, remove unnecessary comment
parent
ca19cec9a5
commit
285e04393e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue