Remove superfluous forward declaration
authorPeter Eisentraut <[email protected]>
Thu, 17 Oct 2024 06:57:56 +0000 (08:57 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 17 Oct 2024 06:57:56 +0000 (08:57 +0200)
The need for this was removed by commit dc9c3b0ff21.

src/test/regress/pg_regress.h

index 5b636ca3009265c26b368c833d0b62b4cf9edc79..141521c8910424e95afe504216636ee3d42f5fa3 100644 (file)
@@ -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
 {