Explorar el Código

drop spurious visibility

Samuel Thibault hace 12 años
padre
commit
b70256d333
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/simgrid.c

+ 1 - 1
src/core/simgrid.c

@@ -234,7 +234,7 @@ struct completion {
 	_starpu_pthread_cond_t *cond;
 };
 
-int transfer_execute(int argc STARPU_ATTRIBUTE_UNUSED, char *argv[] STARPU_ATTRIBUTE_UNUSED)
+static int transfer_execute(int argc STARPU_ATTRIBUTE_UNUSED, char *argv[] STARPU_ATTRIBUTE_UNUSED)
 {
 	struct completion *completion = MSG_process_get_data(MSG_process_self());
 	MSG_task_execute(completion->task);