Remove unused macro

Usage was removed in a33e17f210 but the definition was not removed.
This commit is contained in:
Peter Eisentraut 2023-11-30 06:00:44 +01:00
parent 7e5f517799
commit a1827568d2
1 changed files with 0 additions and 1 deletions

View File

@ -1130,7 +1130,6 @@ static void
ensureCleanShutdown(const char *argv0)
{
int ret;
#define MAXCMDLEN (2 * MAXPGPATH)
char exec_path[MAXPGPATH];
PQExpBuffer postgres_cmd;