Rename internal func yaz_use_attribute_create
[yaz-moved-to-github.git] / src / mutex-p.h
index fedc459..21c61b9 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data
+ * Copyright (C) 1995-2011 Index Data
  * See the file LICENSE for details.
  */
 
@@ -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;