summaryrefslogtreecommitdiff
path: root/include/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-17 17:25:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-17 17:25:16 +0100
commitd697a059057e27533e760beac3537fbcb5082884 (patch)
tree61c942f697bf54d2f21052ab47b3b2557c430e2e /include/framework
parent00550fbd193cb6184075dbe050002f567174e7ec (diff)
Remove unused framework::IMutexGuard::reset
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
Diffstat (limited to 'include/framework')
-rw-r--r--include/framework/undomanagerhelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/framework/undomanagerhelper.hxx b/include/framework/undomanagerhelper.hxx
index 77c098316439..a82c681cb0b0 100644
--- a/include/framework/undomanagerhelper.hxx
+++ b/include/framework/undomanagerhelper.hxx
@@ -48,10 +48,6 @@ namespace framework
*/
virtual void clear() = 0;
- /** attempts to re-establishes the lock, blocking until the attempt is successful.
- */
- virtual void reset() = 0;
-
/** returns the mutex guarded by the instance.
Even if the guard currently has not a lock on the mutex, this method must succeed.