[NFC][sanitizer] Remove unused variable
This commit is contained in:
		
							parent
							
								
									ea5ba47407
								
							
						
					
					
						commit
						b4618f576e
					
				| 
						 | 
					@ -104,7 +104,6 @@ void AdvancedIncrementerThread(AdvancedCallbackArgument &callback_argument) {
 | 
				
			||||||
  uptr this_thread_index =
 | 
					  uptr this_thread_index =
 | 
				
			||||||
      __sync_fetch_and_add(&callback_argument.thread_index, 1);
 | 
					      __sync_fetch_and_add(&callback_argument.thread_index, 1);
 | 
				
			||||||
  // Spawn the next thread.
 | 
					  // Spawn the next thread.
 | 
				
			||||||
  int pthread_create_result;
 | 
					 | 
				
			||||||
  if (this_thread_index + 1 < kThreadCount) {
 | 
					  if (this_thread_index + 1 < kThreadCount) {
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
      callback_argument.threads[this_thread_index + 1] =
 | 
					      callback_argument.threads[this_thread_index + 1] =
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue