summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2004-05-18 21:03:08 +0000
committerkleink <kleink@NetBSD.org>2004-05-18 21:03:08 +0000
commit3788baa1492010a88c28b18dd7aac2e7a96e8a48 (patch)
tree85e67b5681b3590f4cfd0003b96a5c7ae05251ec /include/assert.h
parent09b074c17723adfa77751d5096317fbb60e7d1fe (diff)
Remove _assert() again. As has been noted by Ben Harris, this had been
removed already in rev. 1.4 and was subsequently reinstated by the Lite-2 import. Nothing uses it, and it pollutes user namespace.
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/assert.h b/include/assert.h
index 53f395d1b00..b17d432ee07 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -1,4 +1,4 @@
-/* $NetBSD: assert.h,v 1.15 2003/08/07 09:44:09 agc Exp $ */
+/* $NetBSD: assert.h,v 1.16 2004/05/18 21:03:08 kleink Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -64,11 +64,6 @@
# endif /* !__STDC__ */
#endif /* NDEBUG */
-#if defined(_NETBSD_SOURCE)
-# undef _assert
-# define _assert(e) assert(e)
-#endif
-
#undef _DIAGASSERT
#if !defined(_DIAGNOSTIC)
# if !defined(lint)