]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gthr-single.h: Revert last change.
authorHans-Peter Nilsson <hp@axis.com>
Fri, 5 Oct 2007 22:02:19 +0000 (22:02 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 5 Oct 2007 22:02:19 +0000 (22:02 +0000)
From-SVN: r129040

gcc/ChangeLog
gcc/gthr-single.h

index e6cdebf8c179c93ff39610812d69c25a304d0db8..0f1a20c05bb88c38ca310f31e80efac7ae358177 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-05  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gthr-single.h: Revert last change.
+
 2007-10-05  Michael Matz  <matz@suse.de>
 
        PR middle-end/33667
index 56fd3a791761f5544dadbddc1c2fc37385452184..c3a903deb65749d11a4be03e1fcec13d399eb368 100644 (file)
@@ -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