OSDN Git Service

runtime: Remove temporary runtime_cond_wait function.
[pf3gnuchains/gcc-fork.git] / libgo / runtime / runtime.h
index db59be5..e28bc82 100644 (file)
@@ -337,6 +337,3 @@ void reflect_call(const struct __go_func_type *, const void *, _Bool, _Bool,
 #ifdef __rtems__
 void __wrap_rtems_task_variable_add(void **);
 #endif
-
-/* Temporary.  */
-void   runtime_cond_wait(pthread_cond_t*, pthread_mutex_t*);