ソースを参照

include/starpu_task_util.h: remove line which was not supposed to be committed

Nathalie Furmento 11 年 前
コミット
19bbff8495
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      include/starpu_task_util.h

+ 0 - 1
include/starpu_task_util.h

@@ -31,7 +31,6 @@ extern "C"
 
 void starpu_create_sync_task(starpu_tag_t sync_tag, unsigned ndeps, starpu_tag_t *deps, void (*callback)(void *), void *callback_arg);
 
-#define STARPU_DATA		 (0<<16)
 #define STARPU_VALUE		 (1<<16)
 #define STARPU_CALLBACK		 (2<<16)
 #define STARPU_CALLBACK_WITH_ARG (3<<16)