summaryrefslogtreecommitdiff
path: root/TAO/tao/SystemException.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-06 09:21:37 +0100
committerGitHub <noreply@github.com>2023-02-06 09:21:37 +0100
commit69fbec6c475060cf01a710a3d7ed6e756538858c (patch)
treeec54b54468212e1f8b291831cdb5170652985fb3 /TAO/tao/SystemException.cpp
parent7e8b94b728b886d14fc17b6af789e9ba0c50a050 (diff)
parent89a05c65fd627673f0bcc260b990257dcf30150c (diff)
downloadATCD-69fbec6c475060cf01a710a3d7ed6e756538858c.tar.gz
Merge pull request #2046 from jwillemsen/jwinullptrexce
Use nullptr and make destructor of TAO SystemException default
Diffstat (limited to 'TAO/tao/SystemException.cpp')
-rw-r--r--TAO/tao/SystemException.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp
index c4df7669a0d..9fb0157a11f 100644
--- a/TAO/tao/SystemException.cpp
+++ b/TAO/tao/SystemException.cpp
@@ -86,10 +86,6 @@ CORBA::SystemException::SystemException (const CORBA::SystemException &src)
{
}
-CORBA::SystemException::~SystemException ()
-{
-}
-
CORBA::SystemException &
CORBA::SystemException::operator= (const CORBA::SystemException &src)
{