summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2010-03-16 00:26:41 +0000
committerroot <root>2010-03-16 00:26:41 +0000
commitf66f93858a4f29964c38f79765c17dea8fc394ca (patch)
tree2ee7036efd492aa4c97192c258f8bf63c6fd75b3 /ev.h
parent42a515683c8434c476de42b87c0f327e459810dc (diff)
let the user decide about asserts
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ev.h b/ev.h
index ab30c82..85bf9bd 100644
--- a/ev.h
+++ b/ev.h
@@ -126,11 +126,6 @@ extern "C" {
/*****************************************************************************/
-#if !EV_FEATURE_CODE && !defined (NDEBUG)
-# define NDEBUG 1
-# include <assert.h>
-#endif
-
typedef double ev_tstamp;
#ifndef EV_ATOMIC_T