From 64c271ed3bd50ce5ffbf69108d75bb79d279e8d9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 4 Oct 2011 20:50:49 +0200 Subject: rework debugging code, add debugging levels --- utils.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 8ef968a..85d7dc6 100644 --- a/utils.h +++ b/utils.h @@ -4,16 +4,6 @@ #include #include -#ifdef DEBUG -#define DPRINTF(format, ...) fprintf(stderr, "%s(%d): " format, __func__, __LINE__, ## __VA_ARGS__) -#else -#define DPRINTF(format, ...) no_debug(format, ## __VA_ARGS__) -#endif - -static inline void no_debug(const char *fmt, ...) -{ -} - #define __init __attribute__((constructor)) struct vlist_tree; -- cgit v1.2.1