]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed Travis warnings
authorPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 29 Nov 2016 19:32:42 +0000 (20:32 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 29 Nov 2016 19:32:42 +0000 (20:32 +0100)
zlibWrapper/gzguts.h

index 3d8d7e76a3cc1ad1359e6373a9db2f40b2e410b5..5ec33a5b855a958082a9e70dbfa17037c088aab6 100644 (file)
@@ -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;