diff options
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.h')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/streamutil.h b/src/bin/pg_basebackup/streamutil.h index 47ab3df55f1..663bfac5cc6 100644 --- a/src/bin/pg_basebackup/streamutil.h +++ b/src/bin/pg_basebackup/streamutil.h @@ -23,7 +23,6 @@ extern char *dbuser; extern char *dbport; extern char *dbname; extern int dbgetpassword; -extern char *replication_slot; /* Connection kept global so we can disconnect easily */ extern PGconn *conn; |