diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 17:25:07 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 17:25:07 +0000 |
commit | 9e607692a8b940a3ae85206a2af1bcf34a93a2d7 (patch) | |
tree | 1b99b98a7a9709b5c03687d197bd5b4a8e943dcd /boehm-gc/gc_priv.h | |
parent | e67d8d45d675032440958987a230aa0090e2ac71 (diff) | |
download | gcc-9e607692a8b940a3ae85206a2af1bcf34a93a2d7.tar.gz |
* configure: Rebuilt.
* configure.in: Removed qt threads case.
* dyn_load.c: Don't mention QUICK_THREADS.
* os_dep.c: Don't mention QUICK_THREADS.
* misc.c: Don't mention QUICK_THREADS.
* gcconfig.h: Don't mention QUICK_THREADS.
* gc_priv.h: Removed QUICK_THREADS code.
* quick_threads.c: Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30394 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/gc_priv.h')
-rw-r--r-- | boehm-gc/gc_priv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/boehm-gc/gc_priv.h b/boehm-gc/gc_priv.h index cd554d1a914..23977d3b37e 100644 --- a/boehm-gc/gc_priv.h +++ b/boehm-gc/gc_priv.h @@ -594,10 +594,6 @@ addr) # define LOCK() EnterCriticalSection(&GC_allocate_ml); # define UNLOCK() LeaveCriticalSection(&GC_allocate_ml); # endif -# ifdef QUICK_THREADS -# define LOCK() -# define UNLOCK() -# endif # ifndef SET_LOCK_HOLDER # define SET_LOCK_HOLDER() # define UNSET_LOCK_HOLDER() |