浏览代码

use starpu pthread functions

Samuel Thibault 10 年之前
父节点
当前提交
71e4202e19
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/core/dependencies/data_commute_concurrency.c

+ 0 - 3
src/core/dependencies/data_commute_concurrency.c

@@ -150,9 +150,6 @@ int _starpu_LockOrDelegatePostOrPerform(int (*func)(void*), void* data)
 /* We cannot rely on the C11 atomics */
 #warning Lock based version of Lock or Delegate
 
-#include <pthread.h>
-#include <errno.h>
-
 /* The list of task to perform */
 static struct LockOrDelegateListNode* dlTaskListHead = NULL;