summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/assert.inl
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-14 19:37:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-14 19:37:29 +0000
commitacce4cf469911d78a40d8ea9826837eb8b1f1433 (patch)
tree29ad67f5b039a1bd16da48cadace7d2f77a69132 /PACE/pace/posix/assert.inl
parent9048b919f4661d11b9f60bcd454c7cbd9496baf5 (diff)
downloadATCD-acce4cf469911d78a40d8ea9826837eb8b1f1433.tar.gz
ChangeLogTag: Fri Jul 14 14:34:43 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'PACE/pace/posix/assert.inl')
-rw-r--r--PACE/pace/posix/assert.inl13
1 files changed, 0 insertions, 13 deletions
diff --git a/PACE/pace/posix/assert.inl b/PACE/pace/posix/assert.inl
index 26d9fea3770..cc7974093d0 100644
--- a/PACE/pace/posix/assert.inl
+++ b/PACE/pace/posix/assert.inl
@@ -12,16 +12,3 @@
* Joe Hoffert
*
* ============================================================================= */
-
-#include <assert.h>
-
-PACE_INLINE
-void
-pace_assert (int expression)
-{
-#if defined (PACE_NDEBUG)
- PACE_UNUSED_ARG (expression);
-#else /* ! PACE_NDEBUG */
- assert (expression);
-#endif /* ! PACE_NDEBUG */
-}