Explorar el Código

src/core/task_bundle.h: use starpu_pthread_mutex_t

Nathalie Furmento hace 12 años
padre
commit
cf29cdc028
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/core/task_bundle.h

+ 0 - 4
src/core/task_bundle.h

@@ -63,11 +63,7 @@ struct _starpu_task_bundle_entry
 struct _starpu_task_bundle
 {
 	/* Mutex protecting the bundle */
-#if defined(_MSC_VER)
-	void *mutex;
-#else
 	starpu_pthread_mutex_t mutex;
-#endif
 
 	struct _starpu_task_bundle_entry *list;