projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4a7af
)
Remove useless struct declaration
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 2 Dec 2010 20:25:18 +0000
(17:25 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 2 Dec 2010 20:45:12 +0000
(17:45 -0300)
src/bin/pg_dump/compress_io.h
patch
|
blob
|
history
diff --git
a/src/bin/pg_dump/compress_io.h
b/src/bin/pg_dump/compress_io.h
index 8edf2b1ea6d6a39b261f21b803c27bca1ccea1e2..bbf450a38905e033aed3932b418c97cbaf46513d 100644
(file)
--- a/
src/bin/pg_dump/compress_io.h
+++ b/
src/bin/pg_dump/compress_io.h
@@
-22,8
+22,6
@@
#define ZLIB_OUT_SIZE 4096
#define ZLIB_IN_SIZE 4096
-struct _CompressorState;
-
typedef enum
{
COMPR_ALG_NONE,