summaryrefslogtreecommitdiff
path: root/ACE/ace/Guard_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Guard_T.h')
-rw-r--r--ACE/ace/Guard_T.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Guard_T.h b/ACE/ace/Guard_T.h
index 575c17a91be..d7ffa9cd7af 100644
--- a/ACE/ace/Guard_T.h
+++ b/ACE/ace/Guard_T.h
@@ -110,7 +110,6 @@ public:
// Declare the dynamic allocation hooks.
protected:
-
/// Helper, meant for subclass only.
ACE_Guard (ACE_LOCK *lock): lock_ (lock), owner_ (0) {}