Skip to content

Commit d82e5f6

Browse files
committed
tools: remove unused sw := time.new_stopwatch() call
1 parent d32fe2b commit d82e5f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/tools/vdoc/vdoc.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ fn (mut vd VDoc) render_parallel(out Output) {
205205

206206
vjobs := runtime.nr_jobs()
207207
mut worker_threads := []thread{cap: vjobs}
208-
sw := time.new_stopwatch()
209208
for _ in 0 .. vjobs {
210209
worker_threads << spawn vd.work_processor(work)
211210
}

0 commit comments

Comments
 (0)