summaryrefslogtreecommitdiff
path: root/daemon/usuals.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/usuals.h')
-rw-r--r--daemon/usuals.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/daemon/usuals.h b/daemon/usuals.h
index b97c85d..a11d844 100644
--- a/daemon/usuals.h
+++ b/daemon/usuals.h
@@ -5,8 +5,6 @@
#include <sys/types.h>
-#include "config.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
@@ -39,12 +37,4 @@
#define CHECK_BUF(b) (ha_buferr(b) ? (ha_memerr(NULL), 1) : 0)
#define CHECK_RBUF(rq) (ha_buferr((rq)->buf) ? (ha_memerr(rq), 1) : 0)
-
-#ifdef _DEBUG
- #include "assert.h"
- #define ASSERT assert
-#else
- #define ASSERT
-#endif
-
#endif /* __USUALS_H__ */