From 1681323093de8555edf49c136621db80c05cd892 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 16 Dec 2015 10:26:40 +0100 Subject: Remove dead ctor Change-Id: If1576f9eabcad4e0287181838e0a019fe9372065 --- framework/inc/threadhelp/transactionguard.hxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'framework') 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 -- cgit