diff options
Diffstat (limited to 'src/common/utils.h')
-rw-r--r-- | src/common/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/utils.h b/src/common/utils.h index 496cbdde3..3fd0aeacc 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -6,10 +6,6 @@ #include <stdarg.h> -#ifndef NULL -#define NULL (void *)0 -#endif - void dump(unsigned char *buffer, int num); struct StringBuf { |