mirror of
https://github.com/vlang/v.git
synced 2025-09-24 04:48:28 -04:00
cgen: fix missing space, remove unnecessary comment
This commit is contained in:
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…
x
Reference in New Issue
Block a user