diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-01-29 17:41:15 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-01-29 17:41:15 +0000 |
commit | 03ed0ba41fa8a90b12824c0fe5370a1f0ec9bfa5 (patch) | |
tree | 2e4beb9b44d38aa0ff5bbb25a206de365316aacc | |
parent | ec2c0077d4c59129ea5e9f32f64068da24c9e85b (diff) |
Remove unused <assert.h> header.
-rw-r--r-- | lib/libc/thread/rthread_mutex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/thread/rthread_mutex.c b/lib/libc/thread/rthread_mutex.c index d2ad1f7bebd..856f52ca86e 100644 --- a/lib/libc/thread/rthread_mutex.c +++ b/lib/libc/thread/rthread_mutex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_mutex.c,v 1.3 2017/08/15 07:06:29 guenther Exp $ */ +/* $OpenBSD: rthread_mutex.c,v 1.4 2019/01/29 17:41:14 mpi Exp $ */ /* * Copyright (c) 2017 Martin Pieuchot <mpi@openbsd.org> * Copyright (c) 2012 Philip Guenther <guenther@openbsd.org> @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <assert.h> #include <errno.h> #include <pthread.h> #include <stdint.h> |