summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-30 14:26:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-30 19:26:41 +0100
commita7b18aaa46c225d3546ad52aab0c460092c8edb0 (patch)
treebcb71a8b13fc0a6d8ea581556a0bd8f21c0f1b3d /framework
parent2b8b8740f211a649a358fbe2406cae12e9621a77 (diff)
no point in these dtors being virtual
nothing inherits from these classes Change-Id: Ic887ac8a046b8697e310e19b6e7fdf9efae8f074
Diffstat (limited to 'framework')
-rw-r--r--framework/source/accelerators/acceleratorcache.cxx6
-rw-r--r--framework/source/inc/accelerators/acceleratorcache.hxx3
2 files changed, 0 insertions, 9 deletions
diff --git a/framework/source/accelerators/acceleratorcache.cxx b/framework/source/accelerators/acceleratorcache.cxx
index ca92b8f5cf37..ec5d35323953 100644
--- a/framework/source/accelerators/acceleratorcache.cxx
+++ b/framework/source/accelerators/acceleratorcache.cxx
@@ -40,12 +40,6 @@ AcceleratorCache::AcceleratorCache(const AcceleratorCache& rCopy)
m_lKey2Commands = rCopy.m_lKey2Commands;
}
-AcceleratorCache::~AcceleratorCache()
-{
- // Don't save anything automatically here.
- // The user has to do that explicitly!
-}
-
void AcceleratorCache::takeOver(const AcceleratorCache& rCopy)
{
SolarMutexGuard g;
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index c5332b1ce436..c52da8462f0d 100644
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -85,9 +85,6 @@ class AcceleratorCache
*/
AcceleratorCache(const AcceleratorCache& rCopy);
- /** @short does nothing real. */
- virtual ~AcceleratorCache();
-
/** @short write changes back to the original container.
@param rCopy