소스 검색

Drop duplicate declaration

Samuel Thibault 12 년 전
부모
커밋
eb042d8852
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      include/starpu_top.h

+ 0 - 6
include/starpu_top.h

@@ -209,12 +209,6 @@ void starpu_top_update_data_float(const struct starpu_top_data* data,
 void starpu_top_debug_log(const char* message);
 void starpu_top_debug_lock(const char* message);
 
-int _starpu_top_status_get();
-
-void _starpu_top_task_prevision(struct starpu_task *task,
-								int devid,
-								unsigned long long start,
-								unsigned long long end);
 #ifdef __cplusplus
 }
 #endif