summaryrefslogtreecommitdiffstats
path: root/boehm-gc/aix_irix_threads.c
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-12 21:14:30 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-12 21:14:30 +0000
commit8f935875042f0745744dd4e91bbdedf032de96bb (patch)
tree04a20c1272f19e0dc47db597960d24b86f18b6a6 /boehm-gc/aix_irix_threads.c
parentdc42e2823acbac2843979c9695fec95b2efc1968 (diff)
downloadppe42-gcc-8f935875042f0745744dd4e91bbdedf032de96bb.tar.gz
ppe42-gcc-8f935875042f0745744dd4e91bbdedf032de96bb.zip
This commit was generated by cvs2svn to compensate for changes in r85899,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85900 138bc75d-0d04-0410-961f-82ee72b054a4
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);
OpenPOWER on IntegriCloud