Skip to content

Commit 97c05d7

Browse files
committed
remove local unused var
1 parent 1c43015 commit 97c05d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

run-tests.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,6 @@ function main(): void
693693
if ($test_cnt) {
694694
putenv('NO_INTERACTION=1');
695695
usort($test_files, "test_sort");
696-
$start_timestamp = time();
697-
$start_time = hrtime(true);
698696

699697
echo "Running selected tests.\n";
700698

0 commit comments

Comments
 (0)