summaryrefslogtreecommitdiff
path: root/epan/tvbuff_zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tvbuff_zlib.c')
-rw-r--r--epan/tvbuff_zlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/tvbuff_zlib.c b/epan/tvbuff_zlib.c
index 218ff53cb2..c92a5d506d 100644
--- a/epan/tvbuff_zlib.c
+++ b/epan/tvbuff_zlib.c
@@ -28,7 +28,6 @@
#include <string.h>
#ifdef HAVE_LIBZ
-#define ZLIB_CONST
#include <zlib.h>
#endif