ソースを参照

drop spurious change

Samuel Thibault 11 年 前
コミット
b61aefaeed
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      src/common/thread.c

+ 0 - 1
src/common/thread.c

@@ -49,7 +49,6 @@ int starpu_pthread_create_on(char *name, starpu_pthread_t *thread, const starpu_
 	_args->arg = arg;
 	if (!host)
 		host = MSG_get_host_by_name("MAIN");
-	fprintf(stderr,"starting %p on %s\n", start_routine, MSG_host_get_name(host));
 	*thread = MSG_process_create(name, _starpu_simgrid_thread_start, _args, host);
 	return 0;
 }