Przeglądaj źródła

Drop spurious return of value

Samuel Thibault 12 lat temu
rodzic
commit
583ca2b13f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/common/utils.h

+ 0 - 1
src/common/utils.h

@@ -107,7 +107,6 @@ typedef pthread_key_t _starpu_pthread_key_t;
 			"%s:%d pthread_setspecific: %s\n",                     \
 			__FILE__, __LINE__, strerror(p_ret));                  \
 	};                                                                     \
-	p_ret;                                                                 \
 } while (0)
 
 #define _STARPU_PTHREAD_GETSPECIFIC(key) pthread_getspecific((key))