diff options
Diffstat (limited to 'physmem/zalloc.c')
-rw-r--r-- | physmem/zalloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/physmem/zalloc.c b/physmem/zalloc.c index d595d99..96fddbc 100644 --- a/physmem/zalloc.c +++ b/physmem/zalloc.c @@ -27,7 +27,6 @@ #include "zalloc.h" -#define panic(...) do { printf (__VA_ARGS__); l4_sleep (l4_never); } while (0) #ifndef NDEBUG #define DODEBUG(level, func) \ |