Explorar o código

src/common/thread.c: _STARPU_TRACE_MUTEX_LOCKED does not take argument

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
637d011bfc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/thread.c

+ 1 - 1
src/common/thread.c

@@ -90,7 +90,7 @@ int starpu_pthread_mutex_lock(starpu_pthread_mutex_t *mutex)
 
 	xbt_mutex_acquire(*mutex);
 
-	_STARPU_TRACE_MUTEX_LOCKED(file,__LINE__);
+	_STARPU_TRACE_MUTEX_LOCKED();
 
 	return 0;
 }