소스 검색

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)