Explorar o código

Do not initialize model at beginning of starpu_perfmodel_load_symbol, it is initialized correctly below

Samuel Thibault %!s(int64=11) %!d(string=hai) anos
pai
achega
1344f0b4cf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/core/perfmodel/perfmodel_history.c

+ 0 - 1
src/core/perfmodel/perfmodel_history.c

@@ -1068,7 +1068,6 @@ int starpu_perfmodel_list(FILE *output)
 int starpu_perfmodel_load_symbol(const char *symbol, struct starpu_perfmodel *model)
 {
 	model->symbol = strdup(symbol);
-	starpu_perfmodel_init(model);
 
 	/* where is the file if it exists ? */
 	char path[256];