mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Remove unused macro
Usage was removed in a33e17f210
but the definition was not removed.
This commit is contained in:
@ -1130,7 +1130,6 @@ static void
|
|||||||
ensureCleanShutdown(const char *argv0)
|
ensureCleanShutdown(const char *argv0)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
#define MAXCMDLEN (2 * MAXPGPATH)
|
|
||||||
char exec_path[MAXPGPATH];
|
char exec_path[MAXPGPATH];
|
||||||
PQExpBuffer postgres_cmd;
|
PQExpBuffer postgres_cmd;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user