summaryrefslogtreecommitdiff
path: root/boehm-gc/aix_irix_threads.c
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@gcc.gnu.org>2004-08-12 22:14:30 +0100
committerBryce McKinlay <bryce@gcc.gnu.org>2004-08-12 22:14:30 +0100
commitaa7a966b44190612dc1a052849512af924e75ea3 (patch)
tree04a20c1272f19e0dc47db597960d24b86f18b6a6 /boehm-gc/aix_irix_threads.c
parent5c4dc10837d7f66311a5da622e054ea168483a5c (diff)
downloadgcc-aa7a966b44190612dc1a052849512af924e75ea3.tar.gz
This commit was generated by cvs2svn to compensate for changes in r85899,
which included commits to RCS files with non-trunk default branches. From-SVN: r85900
Diffstat (limited to 'boehm-gc/aix_irix_threads.c')
-rw-r--r--boehm-gc/aix_irix_threads.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/boehm-gc/aix_irix_threads.c b/boehm-gc/aix_irix_threads.c
index d8ac3454af9..4a5383ce4d1 100644
--- a/boehm-gc/aix_irix_threads.c
+++ b/boehm-gc/aix_irix_threads.c
@@ -422,12 +422,7 @@ void GC_thr_init()
struct sigaction act;
if (GC_thr_initialized) return;
-#if 0
- /* unfortunately, GC_init_inner calls us without the lock, so
- * this assertion is not always true. */
- /* Why doesn't GC_init_inner hold the lock? - HB */
GC_ASSERT(I_HOLD_LOCK());
-#endif
GC_thr_initialized = TRUE;
#ifndef GC_AIX_THREADS
(void) sigaction(SIG_SUSPEND, 0, &act);