diff options
Diffstat (limited to 'test/include/test/mq.h')
-rw-r--r-- | test/include/test/mq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/include/test/mq.h b/test/include/test/mq.h index 7c4df49..a974eb9 100644 --- a/test/include/test/mq.h +++ b/test/include/test/mq.h @@ -46,7 +46,6 @@ a_prefix##init(a_mq_type *mq) { \ a_attr void \ a_prefix##fini(a_mq_type *mq) \ { \ - \ mtx_fini(&mq->lock); \ } \ a_attr unsigned \ |