summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Queued_Message.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-25 03:35:36 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-25 03:35:36 +0000
commit2cc9c793bc1b3d741a2245af859c25637b6a73a9 (patch)
treeeb5a830c666bd286afde519d3043f3e4cfb589b0 /TAO/tao/Asynch_Queued_Message.cpp
parent81f3ac6b11d2a37644994029e6d4b3b67d33fe3e (diff)
downloadATCD-2cc9c793bc1b3d741a2245af859c25637b6a73a9.tar.gz
ChangeLogTag: Wed Jul 24 22:30:29 2002 Balachandran Natarajan <bala@cs.wustl.edu>bug_1125_stage_0
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;
}
}