Explorar el Código

include/: remove duplicate definition of starpu_data_unpartition()

Nathalie Furmento hace 14 años
padre
commit
bada4ef33c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      include/starpu_data.h

+ 0 - 1
include/starpu_data.h

@@ -43,7 +43,6 @@ typedef struct starpu_buffer_descr_t {
 
 struct starpu_data_interface_ops_t;
 
-void starpu_data_unpartition(starpu_data_handle root_handle, uint32_t gathering_node);
 void starpu_data_unregister(starpu_data_handle handle);
 
 void starpu_data_advise_as_important(starpu_data_handle handle, unsigned is_important);