Revert recursive mutex patch
[yaz-moved-to-github.git] / src / mutex-p.h
index fedc459..783f119 100644 (file)
@@ -8,7 +8,6 @@ struct yaz_mutex {
     CRITICAL_SECTION handle;
 #elif YAZ_POSIX_THREADS
     pthread_mutex_t handle;
-    pthread_mutexattr_t *attr;
 #endif
     char *name;
     int log_level;