Explorar el Código

Values don't actually matter

Samuel Thibault hace 13 años
padre
commit
2d63bff3c2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      include/starpu_data.h

+ 0 - 1
include/starpu_data.h

@@ -30,7 +30,6 @@ typedef struct _starpu_data_state* starpu_data_handle_t;
 
 enum starpu_access_mode
 {
-	/* Values here matter for _starpu_compar_handles */
 	STARPU_R=(1<<0),
 	STARPU_W=(1<<1),
 	STARPU_RW=(STARPU_R|STARPU_W),