Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix_assign_expect_type
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jan 4, 2025
2 parents 3ff4c0f + c421c8c commit 2b76f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/tools/vdoctor.v
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ fn (mut a App) git_info() string {
fn (mut a App) report_tcc_version(tccfolder string) {
cmd := os.join_path(tccfolder, 'tcc.exe') + ' -v'
x := os.execute(cmd)
os_kind := os.user_os()
if x.exit_code == 0 {
a.line('tcc version', '${x.output.trim_space()}')
} else {
Expand Down

0 comments on commit 2b76f19

Please sign in to comment.