浏览代码

drop unused field

Samuel Thibault 13 年之前
父节点
当前提交
218f40954f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/starpu_perfmodel.h

+ 0 - 1
include/starpu_perfmodel.h

@@ -137,7 +137,6 @@ struct starpu_per_arch_perfmodel
 	double (*cost_function)(struct starpu_task *task, enum starpu_perf_archtype arch, unsigned nimpl); /* returns expected duration in µs */
 
 	/* internal variables */
-	double alpha;
 	struct starpu_htbl32_node *history;
 	struct starpu_history_list *list;
 	struct starpu_regression_model regression;