diff options
Diffstat (limited to 'code/ecp/core.h')
-rw-r--r-- | code/ecp/core.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/code/ecp/core.h b/code/ecp/core.h index 244df4d..b1a4e7f 100644 --- a/code/ecp/core.h +++ b/code/ecp/core.h @@ -3,8 +3,6 @@ #include <stdint.h> #include <string.h> -#include "config.h" - #ifdef ECP_WITH_PTHREAD #include <pthread.h> #endif @@ -133,9 +131,6 @@ typedef uint32_t ecp_seq_t; #ifdef ECP_DEBUG #include <stdio.h> -#define DPRINT(cnd, format, ...) { if (cnd) { fprintf (stderr, format, __VA_ARGS__); } } -#else -#define DPRINT(cnd, format, ...) {} #endif struct ECPBuffer; |