1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

fixed Travis warnings

This commit is contained in:
Przemyslaw Skibinski
2016-11-29 20:32:42 +01:00
parent f0d7da79de
commit adf215e6e3

View 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;