1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-03 14:01:57 +02:00

PGPRO-1376: Remove continue

This commit is contained in:
Arthur Zakirov 2018-04-28 12:17:58 +03:00
parent 0f768dc35f
commit 3b3e55b267

View File

@ -2162,8 +2162,6 @@ parse_backup_filelist_filenames(parray *files, const char *root)
unlogged_file = (pgFile *) parray_get(files,
unlogged_file_num);
}
continue;
}
}