Преглед изворни кода

Drop spurious return of value

Samuel Thibault пре 12 година
родитељ
комит
583ca2b13f
1 измењених фајлова са 0 додато и 1 уклоњено
  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))