1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

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";