[Libreoffice-commits] .: sal/osl
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Apr 19 12:46:32 PDT 2012
sal/osl/unx/mutex.c | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit d34daf7462fdf4f885fe3bb8fb7704a2ad73acfa
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Apr 19 21:45:47 2012 +0200
Removed obsolete comment
diff --git a/sal/osl/unx/mutex.c b/sal/osl/unx/mutex.c
index f10244d..c784113 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;
More information about the Libreoffice-commits
mailing list