Selaa lähdekoodia

drop spurious visibility

Samuel Thibault 12 vuotta sitten
vanhempi
commit
b70256d333
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);