소스 검색

Make the libstarpu build check coherency between prototypes of internal inlines and external interface

Samuel Thibault 8 년 전
부모
커밋
4970485adf
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/core/task.h

+ 0 - 1
src/core/task.h

@@ -139,7 +139,6 @@ int _starpu_task_wait_for_all_in_ctx_and_return_nb_waited_tasks(unsigned sched_c
 #ifdef BUILDING_STARPU
 #ifdef BUILDING_STARPU
 LIST_CREATE_TYPE_NOSTRUCT(starpu_task, prev, next);
 LIST_CREATE_TYPE_NOSTRUCT(starpu_task, prev, next);
 PRIO_LIST_CREATE_TYPE(starpu_task, priority);
 PRIO_LIST_CREATE_TYPE(starpu_task, priority);
-#define __STARPU_TASK_LIST_H__
 #endif
 #endif
 
 
 #endif // __CORE_TASK_H__
 #endif // __CORE_TASK_H__