Skip to content

Commit

Permalink
cgen: fix windows hot reload
Browse files Browse the repository at this point in the history
  • Loading branch information
kbkpbot committed Jan 3, 2025
1 parent c50d4ee commit d2d0930
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vlib/v/gen/c/cgen.v
Original file line number Diff line number Diff line change
Expand Up @@ -6094,9 +6094,6 @@ fn (mut g Gen) write_init_function() {
defer {
util.timing_measure(@METHOD)
}
if g.pref.is_liveshared {
return
}
fn_vinit_start_pos := g.out.len

// ___argv is declared as voidptr here, because that unifies the windows/unix logic
Expand Down

0 comments on commit d2d0930

Please sign in to comment.