This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
stl_threads.h cleanups
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: rittle at latour dot rsch dot comm dot mot dot com
- Date: Wed, 11 Jun 2003 11:39:53 -0500
- Subject: stl_threads.h cleanups
Large parts of this file appear to be unused, or under-used. For example,
struct _STL_auto_lock
is completely unused.
struct _Refcount_Base
is used only in ext/rope, and then only if #__GC is not defined.
Why is this stuff around, if it's not being used... can any of it be removed?
-benjamin