Skip to content

Commit 401aa42

Browse files
committed
rm comment
1 parent c5e83f9 commit 401aa42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/archive.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ push_file_internal_gz(const char *wal_file_name, const char *pg_xlog_dir,
760760
pg_crc32 crc32_src;
761761
pg_crc32 crc32_dst;
762762

763-
/* TODO: what if one of them goes missing? */
764763
crc32_src = fio_get_crc32(from_fullpath, FIO_DB_HOST, false, false);
765764
crc32_dst = fio_get_crc32(to_fullpath_gz, FIO_BACKUP_HOST, true, false);
766765

0 commit comments

Comments
 (0)