summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-18 08:30:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-18 09:43:16 +0100
commitfd7479de09d0abdc06633b6610ad7a8e38dc7c6e (patch)
tree5d335dd2ab6505d1b8d8ee44dbc97de79599da88 /framework/source/inc
parent83408619a7f8ba6ba61e05e495d0520d8e8e1947 (diff)
Remove unused ThreadHelpBase base
Change-Id: I1fb145bd660400ecc52be97fe0cefee3c03666f0
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 48e8516fd6a9..86fa1cc13ace 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_PRESETHANDLER_HXX
#include <accelerators/storageholder.hxx>
-#include <threadhelp/threadhelpbase.hxx>
#include <general.h>
#include <stdtypes.h>
@@ -92,12 +91,10 @@ class PresetHandler
@descr This struct makes it possible to use any shared storage
in combination with a SingletonRef<> template ...
- Attention: Because these struct is shared it must be
- used within a synchronized section. Thats why this struct
- uses a base class ThreadHelpBase and can be locked
- from outside doing so!
+ This struct is allegedly shared and must be used within a
+ synchronized section. But it isn't.
*/
- struct TSharedStorages : public ThreadHelpBase
+ struct TSharedStorages
{
public: