OSDN Git Service

Remove useless struct declaration
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 2 Dec 2010 20:25:18 +0000 (17:25 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 2 Dec 2010 20:45:12 +0000 (17:45 -0300)
src/bin/pg_dump/compress_io.h

index 8edf2b1..bbf450a 100644 (file)
@@ -22,8 +22,6 @@
 #define ZLIB_OUT_SIZE  4096
 #define ZLIB_IN_SIZE   4096
 
-struct _CompressorState;
-
 typedef enum
 {
        COMPR_ALG_NONE,