Explorar o código

Drop spurious return of value

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
583ca2b13f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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))