X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmutex-p.h;h=783f11940b4072062ace444cb79789df492e33e4;hp=fedc459fa701d19ea0cc295ad000323d972f932e;hb=96296b63bd2f5e471b05736910f7bb13984ea77e;hpb=f4294538bbeb77c910b083f1d385cf98d752e5b2 diff --git a/src/mutex-p.h b/src/mutex-p.h index fedc459..783f119 100644 --- a/src/mutex-p.h +++ b/src/mutex-p.h @@ -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;