We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v -W build-tools
1 parent cb490a7 commit c421c8cCopy full SHA for c421c8c
cmd/tools/vdoctor.v
@@ -265,7 +265,6 @@ fn (mut a App) git_info() string {
265
fn (mut a App) report_tcc_version(tccfolder string) {
266
cmd := os.join_path(tccfolder, 'tcc.exe') + ' -v'
267
x := os.execute(cmd)
268
- os_kind := os.user_os()
269
if x.exit_code == 0 {
270
a.line('tcc version', '${x.output.trim_space()}')
271
} else {
0 commit comments