Skip to content

Commit bd9cd9f

Browse files
committed
remove unused variable externaldir
1 parent f7196e8 commit bd9cd9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pg_probackup.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ static char *backup_path = NULL;
6868
static CatalogState *catalogState = NULL;
6969
/* ================ catalogState (END) =========== */
7070

71-
/* colon separated external directories list ("/path1:/path2") */
72-
char *externaldir = NULL;
7371
/* common options */
7472
int num_threads = 1;
7573
bool stream_wal = false;

0 commit comments

Comments
 (0)