summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r--ace/Log_Msg.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index d5cd2148d88..c34fe013d3a 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -89,7 +89,6 @@ public:
private:
static ACE_Thread_Mutex *lock_;
-
};
ACE_Thread_Mutex *ACE_Log_Msg_Manager::lock_ = 0;
@@ -138,7 +137,6 @@ ACE_Log_Msg_Manager::close (void)
delete ACE_Log_Msg_Manager::lock_;
ACE_Log_Msg_Manager::lock_ = 0;
}
-
#endif /* ! VXWORKS */
/* static */