summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-19 21:45:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-19 21:45:47 +0200
commitd34daf7462fdf4f885fe3bb8fb7704a2ad73acfa (patch)
tree98b7cba26ecd21a6b53fa8cfbc9f81f998a374ef /sal
parent8e16c9fa498e61b00724cb44cb4470627014fc27 (diff)
Removed obsolete comment
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/mutex.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/osl/unx/mutex.c b/sal/osl/unx/mutex.c
index f10244d7c5ed..c784113d6393 100644
--- a/sal/osl/unx/mutex.c
+++ b/sal/osl/unx/mutex.c
@@ -40,13 +40,6 @@ int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int);
#define PTHREAD_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
#endif
-/*
- Implementation notes:
- oslMutex hides a pointer to the oslMutexImpl structure, which
- ist needed to manage recursive locks on a mutex.
-
-*/
-
typedef struct _oslMutexImpl
{
pthread_mutex_t mutex;