Commit d67a39c3 authored by Alvaro Herrera's avatar Alvaro Herrera

Remove useless struct declaration

parent 7f4a7af2
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#define ZLIB_OUT_SIZE 4096 #define ZLIB_OUT_SIZE 4096
#define ZLIB_IN_SIZE 4096 #define ZLIB_IN_SIZE 4096
struct _CompressorState;
typedef enum typedef enum
{ {
COMPR_ALG_NONE, COMPR_ALG_NONE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment