From: Hans-Peter Nilsson Date: Fri, 5 Oct 2007 22:02:19 +0000 (+0000) Subject: * gthr-single.h: Revert last change. X-Git-Tag: releases/gcc-4.3.0~2194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3913862e3cc6587cd6d2dfd3eff573deb9dc8faa;p=thirdparty%2Fgcc.git * gthr-single.h: Revert last change. From-SVN: r129040 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6cdebf8c179..0f1a20c05bb8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-10-05 Hans-Peter Nilsson + + * gthr-single.h: Revert last change. + 2007-10-05 Michael Matz PR middle-end/33667 diff --git a/gcc/gthr-single.h b/gcc/gthr-single.h index 56fd3a791761..c3a903deb657 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