소스 검색

drop spurious visibility

Samuel Thibault 12 년 전
부모
커밋
b70256d333
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);