summaryrefslogtreecommitdiff
path: root/chart2/source/tools/LifeTime.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-12 09:18:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-12 09:46:36 +0100
commit4cbfbf4597f11ac12f3cf066c3eb71de12b858d7 (patch)
treede3761e036dbb924528a7f5fb572ce22075e69b0 /chart2/source/tools/LifeTime.cxx
parentbe267ff6338ba023a7230a41c92186b844bdd396 (diff)
m_bOwnershipIsWellKnown is unused
Change-Id: I4dee9c4ce674249fca590e1c6d86685ed86da885
Diffstat (limited to 'chart2/source/tools/LifeTime.cxx')
-rw-r--r--chart2/source/tools/LifeTime.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/chart2/source/tools/LifeTime.cxx b/chart2/source/tools/LifeTime.cxx
index a0631928f957..63b5acccae9d 100644
--- a/chart2/source/tools/LifeTime.cxx
+++ b/chart2/source/tools/LifeTime.cxx
@@ -311,14 +311,12 @@ bool CloseableLifeTimeManager::impl_isDisposedOrClosed( bool bAssert )
impl_doClose();
}
- void CloseableLifeTimeManager
-::impl_setOwnership( bool bDeliverOwnership, bool bMyVeto )
+void CloseableLifeTimeManager::impl_setOwnership( bool bDeliverOwnership, bool bMyVeto )
{
m_bOwnership = bDeliverOwnership && bMyVeto;
- m_bOwnershipIsWellKnown = true;
}
- bool CloseableLifeTimeManager
-::impl_shouldCloseAtNextChance()
+
+bool CloseableLifeTimeManager::impl_shouldCloseAtNextChance()
{
return m_bOwnership;
}