Remove unused macro

Usage was removed in a33e17f210 but the definition was not removed.
pull/147/head
Peter Eisentraut 2 years ago
parent 7e5f517799
commit a1827568d2
  1. 1
      src/bin/pg_rewind/pg_rewind.c

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

Loading…
Cancel
Save