summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 08:39:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 08:39:49 +0100
commit3a999137577b6b2ba98de04c73cf11e8b740c7cc (patch)
tree98fa5988269740f91c82e8ad302be1388213f485 /TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp
parent9027b24610848c0eb0d768b60b132ce9e09dee7d (diff)
downloadATCD-3a999137577b6b2ba98de04c73cf11e8b740c7cc.tar.gz
Removed redundant void
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp
index 456032c58ab..56258982147 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/Fragments_Cleanup_Strategy.cpp
@@ -70,7 +70,7 @@ namespace
namespace TAO_PG
{
- Fragments_Cleanup_Strategy::~Fragments_Cleanup_Strategy (void)
+ Fragments_Cleanup_Strategy::~Fragments_Cleanup_Strategy ()
{
}