ソースを参照

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