Skip to content

Commit fe33f88

Browse files
committed
Remove unused variable
1 parent c9d0acb commit fe33f88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ParallelTestRunner.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ function runtests(mod::Module, ARGS; test_filter = Returns(true), RecordType = T
578578
]
579579
)
580580

581-
elapsed_align = textwidth("Time (s)")
582581
print_lock = stdout isa Base.LibuvStream ? stdout.lock : ReentrantLock()
583582
if stderr isa Base.LibuvStream
584583
stderr.lock = print_lock

0 commit comments

Comments
 (0)