summaryrefslogtreecommitdiff
path: root/sal/osl/unx/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/mutex.c')
-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;