X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmutex-p.h;h=21c61b9479153c132fdcc3dfd16ab86797db48ea;hp=fedc459fa701d19ea0cc295ad000323d972f932e;hb=1fbd038d97d6e1bfe97270ecc17cca123bcc435c;hpb=9f11f349958f122419856006d9295eb0ce41274d diff --git a/src/mutex-p.h b/src/mutex-p.h index fedc459..21c61b9 100644 --- a/src/mutex-p.h +++ b/src/mutex-p.h @@ -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;