sal/osl/unx/mutex.c |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit d34daf7462fdf4f885fe3bb8fb7704a2ad73acfa
Author: Stephan Bergmann <[email protected]>
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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to