chore: remove unused variable. (#16867)

Co-authored-by: Marcos Marcolin <marcos@ixcsoft.com.br>
This commit is contained in:
Marcos Marcolin 2024-11-20 18:46:38 -03:00 committed by GitHub
parent 7b99da42ee
commit 6bf703ad98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -693,7 +693,6 @@ function main(): void
if ($test_cnt) {
putenv('NO_INTERACTION=1');
usort($test_files, "test_sort");
$start_timestamp = time();
$start_time = hrtime(true);
echo "Running selected tests.\n";