aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/util.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-07 09:20:19 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-10-07 09:20:19 -0400
commit26bf02d50ec9f231f00d45e66db5799d93654fe8 (patch)
tree55e630a5cc7af53c9cc38e69fefa9b5d26b8976f /libmaple/util.h
parent4ed840601975a497a57c958b3d9043c21ddf2430 (diff)
parent06ff573b6d08126fdc99e715ef15d2d7b17a8dd0 (diff)
downloadlibrambutan-26bf02d50ec9f231f00d45e66db5799d93654fe8.tar.gz
librambutan-26bf02d50ec9f231f00d45e66db5799d93654fe8.zip
Merge branch 'fix_asserts'
Diffstat (limited to 'libmaple/util.h')
-rw-r--r--libmaple/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmaple/util.h b/libmaple/util.h
index 2bbd90c..1aa58ec 100644
--- a/libmaple/util.h
+++ b/libmaple/util.h
@@ -77,10 +77,6 @@ void throb(void);
/* Asserts for sanity checks, redefine DEBUG_LEVEL in libmaple.h to
* compile out these checks */
-#define DEBUG_NONE 0
-#define DEBUG_FAULT 1
-#define DEBUG_ALL 2
-
#if DEBUG_LEVEL >= DEBUG_ALL
#define ASSERT(exp) \
if (exp) { \