Browse Source

suppress seamingly unnecessary assert

Olivier Aumage 8 years ago
parent
commit
bc73bc0ae2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/perfmodel/multiple_regression.c

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

@@ -265,7 +265,6 @@ int _starpu_multiple_regression(struct starpu_perfmodel_history_list *ptr, doubl
 
 
 	/* Computing number of rows */
 	/* Computing number of rows */
 	long n=find_long_list_size(ptr);
 	long n=find_long_list_size(ptr);
-	STARPU_ASSERT(n);
 
 
         /* Reading old calibrations if necessary */
         /* Reading old calibrations if necessary */
 	FILE *f=NULL;
 	FILE *f=NULL;