1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Remove superfluous forward declaration

The need for this was removed by commit dc9c3b0ff21.
This commit is contained in:
Peter Eisentraut 2024-10-17 08:57:56 +02:00
parent 6234a9ce0e
commit d893a299ce

View File

@ -18,8 +18,6 @@
#define INVALID_PID INVALID_HANDLE_VALUE #define INVALID_PID INVALID_HANDLE_VALUE
#endif #endif
struct StringInfoData; /* avoid including stringinfo.h here */
/* simple list of strings */ /* simple list of strings */
typedef struct _stringlist typedef struct _stringlist
{ {