From adf215e6e3386be49de16471a1dfd8624359311c Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Tue, 29 Nov 2016 20:32:42 +0100 Subject: [PATCH] fixed Travis warnings --- zlibWrapper/gzguts.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zlibWrapper/gzguts.h b/zlibWrapper/gzguts.h index 3d8d7e76a..5ec33a5b8 100644 --- a/zlibWrapper/gzguts.h +++ b/zlibWrapper/gzguts.h @@ -196,7 +196,6 @@ typedef struct { z_stream strm; /* stream structure in-place (not a pointer) */ } gz_state; -typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef union { gz_state* state; gzFile file;