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;