Переглянути джерело

The RW-lock option has been removed more than 2000 commits ago, it's perhaps
time to get rid of that warning :)

Cédric Augonnet 14 роки тому
батько
коміт
ff806ff983
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      src/datawizard/filters.c

+ 0 - 2
src/datawizard/filters.c

@@ -209,8 +209,6 @@ void starpu_data_unpartition(starpu_data_handle root_handle, uint32_t gathering_
 
 	_starpu_spin_lock(&root_handle->header_lock);
 
-#warning starpu_data_unpartition is not supported with NO_DATA_RW_LOCK yet ...
-
 	/* first take all the children lock (in order !) */
 	for (child = 0; child < root_handle->nchildren; child++)
 	{