summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/fwi/threadhelp/lockhelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/fwi/threadhelp/lockhelper.cxx b/framework/source/fwi/threadhelp/lockhelper.cxx
index 1486f46c1547..d341fe6bb5b0 100644
--- a/framework/source/fwi/threadhelp/lockhelper.cxx
+++ b/framework/source/fwi/threadhelp/lockhelper.cxx
@@ -85,7 +85,6 @@ LockHelper::~LockHelper()
}
/*-************************************************************************************************************
- @interface IMutex
@short set an exclusiv lock
@descr We must match this lock call with current set lock type and used lock member.
If a mutex should be used - it will be easy ... but if a rw-lock should be used
@@ -105,7 +104,6 @@ void LockHelper::acquire()
}
/*-************************************************************************************************************
- @interface IMutex
@short release exclusiv lock
@descr We must match this unlock call with current set lock type and used lock member.
If a mutex should be used - it will be easy ... but if a rw-lock should be used