Pārlūkot izejas kodu

drop now-unused variable

Samuel Thibault 8 gadi atpakaļ
vecāks
revīzija
112619483d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/common/thread.c

+ 0 - 1
src/common/thread.c

@@ -403,7 +403,6 @@ int starpu_pthread_queue_register(starpu_pthread_wait_t *w, starpu_pthread_queue
 	{
 		/* Make room for the new waiter */
 		unsigned newalloc;
-		starpu_pthread_wait_t **newqueue;
 		newalloc = q->allocqueue * 2;
 		if (!newalloc)
 			newalloc = 1;