]> git.sur5r.net Git - u-boot/blobdiff - include/malloc.h
Add assert() for debug assertions
[u-boot] / include / malloc.h
index 3e145ad11c32bf0c9fcfb88c6d06f4895e8316d1..ecf3c678fe4b0065c7dd622c124e956a5fe32777 100644 (file)
@@ -285,14 +285,6 @@ extern "C" {
 
 */
 
-#ifdef DEBUG
-/* #include <assert.h> */
-#define assert(x) ((void)0)
-#else
-#define assert(x) ((void)0)
-#endif
-
-
 /*
   INTERNAL_SIZE_T is the word-size used for internal bookkeeping
   of chunk sizes. On a 64-bit machine, you can reduce malloc