summaryrefslogtreecommitdiff
path: root/ACE/ace/Refcounted_Auto_Ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Refcounted_Auto_Ptr.h')
-rw-r--r--ACE/ace/Refcounted_Auto_Ptr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Refcounted_Auto_Ptr.h b/ACE/ace/Refcounted_Auto_Ptr.h
index b5670cc05a4..670243dc1b5 100644
--- a/ACE/ace/Refcounted_Auto_Ptr.h
+++ b/ACE/ace/Refcounted_Auto_Ptr.h
@@ -45,9 +45,6 @@ template <class X, class ACE_LOCK>
class ACE_Refcounted_Auto_Ptr
{
public:
-
- // = Initialization and termination methods.
-
/// Constructor that initializes an ACE_Refcounted_Auto_Ptr to
/// the specified pointer value.
explicit ACE_Refcounted_Auto_Ptr (X *p = 0);