8378948: Remove unused local variable in RunnerGSInserterThread

Reviewed-by: syan, jiefu
This commit is contained in:
Albert Mingkun Yang 2026-03-03 09:23:22 +00:00
parent 7e9e64966b
commit c0c8bdd294

View File

@ -888,7 +888,6 @@ public:
virtual ~RunnerGSInserterThread(){}
void premain() {
volatile bool timeout = false;
_start = START;
_range = RANGE;
CHTTestThread* tt[GSTEST_THREAD_COUNT];