Forráskód Böngészése

src/core/task_bundle.h: use starpu_pthread_mutex_t

Nathalie Furmento 12 éve
szülő
commit
cf29cdc028
1 módosított fájl, 0 hozzáadás és 4 törlés
  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;