Skip to content

Commit c421c8c

Browse files
authored
ci: fix v -W build-tools (#23368)
1 parent cb490a7 commit c421c8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/tools/vdoctor.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ fn (mut a App) git_info() string {
265265
fn (mut a App) report_tcc_version(tccfolder string) {
266266
cmd := os.join_path(tccfolder, 'tcc.exe') + ' -v'
267267
x := os.execute(cmd)
268-
os_kind := os.user_os()
269268
if x.exit_code == 0 {
270269
a.line('tcc version', '${x.output.trim_space()}')
271270
} else {

0 commit comments

Comments
 (0)