X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmutex-p.h;h=783f11940b4072062ace444cb79789df492e33e4;hb=fabec8cc81c901ee77f71e3d8667494b57507e7d;hp=fedc459fa701d19ea0cc295ad000323d972f932e;hpb=9f11f349958f122419856006d9295eb0ce41274d;p=yaz-moved-to-github.git 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;