Преглед на файлове

src/datawizard/malloc.c: remove irrelevant warning

Nathalie Furmento преди 12 години
родител
ревизия
ff5ec21b70
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/datawizard/malloc.c

+ 0 - 3
src/datawizard/malloc.c

@@ -300,9 +300,6 @@ starpu_malloc_on_node(unsigned dst_node, size_t size)
 	if (_starpu_memory_manager_can_allocate_size(size, dst_node) == 0)
 		return 0;
 
-#ifdef STARPU_DEVEL
-#warning TODO: we need to use starpu_malloc which should itself inquire from the memory manager is there is enough available memory
-#endif
 	switch(starpu_node_get_kind(dst_node))
 	{
 		case STARPU_CPU_RAM: