summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-12-16 10:26:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-12-16 14:21:24 +0100
commit1681323093de8555edf49c136621db80c05cd892 (patch)
treef46d5e03ff8e4051f628c2c85590f324ecd61803
parent52379d720b0f61bd14520c69a4fbff928e37a0d0 (diff)
Remove dead ctor
Change-Id: If1576f9eabcad4e0287181838e0a019fe9372065
-rw-r--r--framework/inc/threadhelp/transactionguard.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/inc/threadhelp/transactionguard.hxx b/framework/inc/threadhelp/transactionguard.hxx
index 30f9dfb6471a..80ffb77e7838 100644
--- a/framework/inc/threadhelp/transactionguard.hxx
+++ b/framework/inc/threadhelp/transactionguard.hxx
@@ -99,20 +99,6 @@ class TransactionGuard : private boost::noncopyable
}
}
-
- private:
-
- /*-****************************************************************************************************
- @short disable using of these functions!
- @descr It's not allowed to use this methods. Different problem can occur otherwise.
- Thats why we disable it by make it private.
-
- @seealso other ctor
- *//*-*****************************************************************************************************/
- TransactionGuard();
-
- // private member
-
private:
TransactionManager* m_pManager; /// pointer to safed transaction manager