This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]