diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-19 21:45:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-19 21:45:47 +0200 |
commit | d34daf7462fdf4f885fe3bb8fb7704a2ad73acfa (patch) | |
tree | 98b7cba26ecd21a6b53fa8cfbc9f81f998a374ef /sal | |
parent | 8e16c9fa498e61b00724cb44cb4470627014fc27 (diff) |
Removed obsolete comment
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/mutex.c | 7 |
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; |