mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 08:13:27 -05:00
Remove superfluous forward declaration
The need for this was removed by commit dc9c3b0ff2.
This commit is contained in:
parent
6234a9ce0e
commit
d893a299ce
1 changed files with 0 additions and 2 deletions
|
|
@ -18,8 +18,6 @@
|
|||
#define INVALID_PID INVALID_HANDLE_VALUE
|
||||
#endif
|
||||
|
||||
struct StringInfoData; /* avoid including stringinfo.h here */
|
||||
|
||||
/* simple list of strings */
|
||||
typedef struct _stringlist
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue