diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-22 21:09:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-22 21:09:34 +0000 |
commit | 1e6e511bacca2c852eea3829eede934cdb78179f (patch) | |
tree | 1ec74db66bd6a58d9eb6ab8af0d4cc7c5f011406 /ace/Containers_T.cpp | |
parent | a3887485db20cef422ea3c2d73bd26a9ec0f602a (diff) | |
download | ATCD-1e6e511bacca2c852eea3829eede934cdb78179f.tar.gz |
.
Diffstat (limited to 'ace/Containers_T.cpp')
-rw-r--r-- | ace/Containers_T.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Containers_T.cpp b/ace/Containers_T.cpp index 14cfd37f17f..6b8e51a7076 100644 --- a/ace/Containers_T.cpp +++ b/ace/Containers_T.cpp @@ -120,8 +120,6 @@ template<class T, size_t ACE_SIZE> ACE_Fixed_Stack<T, ACE_SIZE>::~ACE_Fixed_Stack (void) { ACE_TRACE ("ACE_Fixed_Stack<T, ACE_SIZE>::~ACE_Fixed_Stack"); - - delete [] this->stack_; } //---------------------------------------- |