diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index f29202db5f..c96a52bb1b 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -3349,9 +3349,6 @@ keep_going: /* We will come back to here until there is if (strncmp(val, "on", 2) == 0) { /* Not writable; fail this connection. */ - const char *displayed_host; - const char *displayed_port; - PQclear(res); restoreErrorMessage(conn, &savedMessage);