Browse Source

drop unused field

Samuel Thibault 13 years ago
parent
commit
218f40954f
1 changed files with 0 additions and 1 deletions
  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;