Sfoglia il codice sorgente

include/starpu_data_interfaces.h: remove un-needed definition

Nathalie Furmento 13 anni fa
parent
commit
6733b9acae
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      include/starpu_data_interfaces.h

+ 0 - 2
include/starpu_data_interfaces.h

@@ -143,8 +143,6 @@ void *starpu_handle_to_pointer(starpu_data_handle handle, uint32_t node);
  * interface does not have data allocated locally */
 void *starpu_handle_get_local_ptr(starpu_data_handle handle);
 
-extern struct starpu_data_interface_ops _starpu_interface_matrix_ops;
-
 /* "node" means memory node: 0 for main RAM, then 1, 2, etc. for various GPUs,
  * etc.
  *