diff options
| author | nathanw <nathanw@NetBSD.org> | 2003-02-15 00:52:18 +0000 |
|---|---|---|
| committer | nathanw <nathanw@NetBSD.org> | 2003-02-15 00:52:18 +0000 |
| commit | 515d60d00c7fc350f88be2cd41f49f37819812c7 (patch) | |
| tree | 7ed2a9676e85537db532d18b19d5dc093dd076d9 /lib/libpthread/pthread_stack.c | |
| parent | 6b857c229eb8e115939b243e5d2f2f825307122b (diff) | |
Remove unnecessary inclusion of <assert.h>.
Diffstat (limited to 'lib/libpthread/pthread_stack.c')
| -rw-r--r-- | lib/libpthread/pthread_stack.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_stack.c b/lib/libpthread/pthread_stack.c index f02f18abfaa..83933c84b83 100644 --- a/lib/libpthread/pthread_stack.c +++ b/lib/libpthread/pthread_stack.c @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_stack.c,v 1.5 2003/01/19 20:58:01 thorpej Exp $ */ +/* $NetBSD: pthread_stack.c,v 1.6 2003/02/15 00:52:19 nathanw Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,7 +36,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> #include <err.h> #include <errno.h> #include <signal.h> |
