summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Queued_Message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Queued_Message.cpp')
-rw-r--r--TAO/tao/Asynch_Queued_Message.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/Asynch_Queued_Message.cpp b/TAO/tao/Asynch_Queued_Message.cpp
index 248427eb9b1..6fca0aa65dd 100644
--- a/TAO/tao/Asynch_Queued_Message.cpp
+++ b/TAO/tao/Asynch_Queued_Message.cpp
@@ -166,11 +166,6 @@ TAO_Asynch_Queued_Message::destroy (void)
{
delete this;
}
-
- // Are these needed? Cannot have them in the destructor since
- // the ACE_DES_FREE macro first calls the decstructor :(.
- // this->is_heap_created_ = 0;
- // this->allocator_ = 0;
}
}