diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-18 17:55:08 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-18 17:55:08 +0000 |
commit | 381163af7261b4298aa12613d7330942bf77cdfe (patch) | |
tree | 38d15ba4857d21abc63698075b2f0f1ca503e539 /ace | |
parent | 1f69d3496a706a3e9ee9600a5f9c8c3d49ddd5e9 (diff) | |
download | ATCD-381163af7261b4298aa12613d7330942bf77cdfe.tar.gz |
removed destructor because it's not declared and it's empty
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Log_Msg.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 7badec1abae..8f3bb391fd2 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -295,10 +295,6 @@ ACE_Log_Msg::ACE_Log_Msg (void) // ACE_TRACE ("ACE_Log_Msg::ACE_Log_Msg"); } -ACE_Log_Msg::~ACE_Log_Msg (void) -{ -} - // Open the sender-side of the Message ACE_Queue. int |