Преглед изворни кода

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

Nathalie Furmento пре 12 година
родитељ
комит
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)