X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=mutex.h;h=5938e9592fb0505b5252587d936020717dcf4629;hp=ac79dc63a6fe536f5acecc9ffd35d34bd95813b5;hb=736f2dff9fa6af83434bc4decafc6d8b40054ca0;hpb=656b1393d43f9f22738404582ea14dec956aea83 diff --git a/mutex.h b/mutex.h index ac79dc63..5938e959 100644 --- a/mutex.h +++ b/mutex.h @@ -8,8 +8,6 @@ struct fio_mutex { pthread_cond_t cond; int value; int waiters; - - int mutex_fd; }; extern struct fio_mutex *fio_mutex_init(int);