Explorar o código

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

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
19bbff8495
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)