summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:38:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:38:30 +0100
commit80ef4188441e6a0b786e48659af9e39ecd4b9735 (patch)
tree712121e038abdacac39e599d592336173dfe7a12 /TAO/tao/Argument.cpp
parent45fa63be04357683ab473a2f993e621508ecb5f7 (diff)
downloadATCD-80ef4188441e6a0b786e48659af9e39ecd4b9735.tar.gz
Use default destructor
* TAO/tao/Argument.cpp: * TAO/tao/Argument.h: * TAO/tao/Base_Transport_Property.cpp: * TAO/tao/Base_Transport_Property.h:
Diffstat (limited to 'TAO/tao/Argument.cpp')
-rw-r--r--TAO/tao/Argument.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp
index fab7b1d7514..dee22fca0f7 100644
--- a/TAO/tao/Argument.cpp
+++ b/TAO/tao/Argument.cpp
@@ -3,10 +3,6 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-TAO::Argument::~Argument ()
-{
-}
-
CORBA::Boolean
TAO::Argument::marshal (TAO_OutputCDR &)
{