diff options
author | 2019-01-29 17:41:14 +0000 | |
---|---|---|
committer | 2019-01-29 17:41:14 +0000 | |
commit | f98b88ec7828e948aebf32f0586bc72e5f1fec18 (patch) | |
tree | e6c8410860feb38a2dadc963896ad73e35ed699d /lib/libc/thread/rthread_mutex.c | |
parent | There's no point in asserting that a pointer is not NULL before (diff) | |
download | wireguard-openbsd-f98b88ec7828e948aebf32f0586bc72e5f1fec18.tar.xz wireguard-openbsd-f98b88ec7828e948aebf32f0586bc72e5f1fec18.zip |
Remove unused <assert.h> header.
Diffstat (limited to 'lib/libc/thread/rthread_mutex.c')
-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> |