summaryrefslogtreecommitdiff
path: root/gcc/gthr-single.h
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-05 22:02:19 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-05 22:02:19 +0000
commit084a03d07db6b826cd2c5b834595b3ff6bd5fdc4 (patch)
treea22ae62735514ea27ffc9854ed9a33166a558397 /gcc/gthr-single.h
parentc47adb48e6dcd892be4d5b5ed4c00445bb272c68 (diff)
downloadgcc-084a03d07db6b826cd2c5b834595b3ff6bd5fdc4.tar.gz
* gthr-single.h: Revert last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129040 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-single.h')
-rw-r--r--gcc/gthr-single.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc/gthr-single.h b/gcc/gthr-single.h
index 56fd3a79176..c3a903deb65 100644
--- a/gcc/gthr-single.h
+++ b/gcc/gthr-single.h
@@ -251,25 +251,6 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex)
return __gthread_mutex_unlock (mutex);
}
-static inline int
-__gthread_cond_broadcast (__gthread_cond_t cond)
-{
- return 0;
-}
-
-static inline int
-__gthread_cond_wait (__gthread_cond_t cond, __gthread_mutex_t *mutex)
-{
- return 0;
-}
-
-static inline int
-__gthread_cond_wait_recursive (__gthread_cond_t cond,
- __gthread_recursive_mutex_t *mutex)
-{
- return 0;
-}
-
#endif /* _LIBOBJC */
#undef UNUSED