mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
Remove useless struct declaration
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user