Remove unused variable in checksum_file()

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 8e392595e5619734db707553e8f72dfacf9ab86c
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2024-04-05T16:13:15Z
Releases: 17.0
Remove unused variable in checksum_file()

The 'offset' variable was set but otherwise unused.

Per buildfarm animals with clang, e.g. sifaka and longlin.

Files

PathChange+/−
src/bin/pg_combinebackup/copy_file.c modified +0 −3