Removed signal_threaded uRCU
[libcds.git] / cds / urcu / dispose_thread.h
index 7353c0a097d5e34fdb4ffe7f050f292c90457de2..d97e37dd11d004c1002d6be4d5933699088a6aef 100644 (file)
 
 namespace cds { namespace urcu {
 
-    /// Reclamation thread for \p general_threaded and \p signal_threaded URCU
+    /// Reclamation thread for \p general_threaded URCU
     /**
         The object of this class contains a reclamation thread object and
         necessary synchronization object(s). The object manages reclamation thread
         and defines a set of messages (i.e. methods) to communicate with the thread.
 
-        Template argument \p Buffer defines the buffer type of \ref general_threaded (or \ref signal_threaded) URCU.
+        Template argument \p Buffer defines the buffer type of \ref general_threaded URCU.
     */
     template <class Buffer>
     class dispose_thread
@@ -144,13 +144,6 @@ namespace cds { namespace urcu {
         }
         //@endcond
 
-    public:
-        //@cond
-        dispose_thread()
-            //: m_pBuffer( nullptr )
-        {}
-        //@endcond
-
     public: // methods called from any thread
         /// Start reclamation thread
         /**