From d893a299ce68f56522073a1b43d65764a552ae0d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 17 Oct 2024 08:57:56 +0200 Subject: [PATCH] Remove superfluous forward declaration The need for this was removed by commit dc9c3b0ff21. --- src/test/regress/pg_regress.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/regress/pg_regress.h b/src/test/regress/pg_regress.h index 5b636ca3009..141521c8910 100644 --- a/src/test/regress/pg_regress.h +++ b/src/test/regress/pg_regress.h @@ -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 {