summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_specific.c
diff options
context:
space:
mode:
authornathanw <nathanw@NetBSD.org>2003-02-15 04:39:16 +0000
committernathanw <nathanw@NetBSD.org>2003-02-15 04:39:16 +0000
commitca0eaa6f66ebb3ca21133c4f8a41eb2673d31795 (patch)
tree0b53456d8cda0447ab5748c053b027c906afbf87 /lib/libpthread/pthread_specific.c
parent6adb81d6854b65395f2f91dd5260add355ea1b1e (diff)
Remove unused #include <assert.h>
Diffstat (limited to 'lib/libpthread/pthread_specific.c')
-rw-r--r--lib/libpthread/pthread_specific.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_specific.c b/lib/libpthread/pthread_specific.c
index 8ed1fc26d04..894c1f23772 100644
--- a/lib/libpthread/pthread_specific.c
+++ b/lib/libpthread/pthread_specific.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_specific.c,v 1.4 2003/01/21 23:29:22 nathanw Exp $ */
+/* $NetBSD: pthread_specific.c,v 1.5 2003/02/15 04:39:16 nathanw Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,6 @@
*/
/* Functions and structures dealing with thread-specific data */
-#include <assert.h>
#include <errno.h>
#include <sys/cdefs.h>