[NFC][sanitizer] Remove unused variable

This commit is contained in:
Vitaly Buka 2021-12-16 15:24:14 -08:00
parent ea5ba47407
commit b4618f576e
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ void AdvancedIncrementerThread(AdvancedCallbackArgument &callback_argument) {
uptr this_thread_index =
__sync_fetch_and_add(&callback_argument.thread_index, 1);
// Spawn the next thread.
int pthread_create_result;
if (this_thread_index + 1 < kThreadCount) {
try {
callback_argument.threads[this_thread_index + 1] =