pgsql: Remove unused variable in checksum_file()

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused variable in checksum_file()
Date: 2024-04-05 16:15:56
Message-ID: E1rsmEN-000ejM-Tz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused variable in checksum_file()

The 'offset' variable was set but otherwise unused.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e392595e5619734db707553e8f72dfacf9ab86c

Modified Files
--------------
src/bin/pg_combinebackup/copy_file.c | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-04-05 16:24:31 pgsql: Make libpqsrv_cancel's return const char *, not char *
Previous Message Tomas Vondra 2024-04-05 16:03:15 pgsql: Allow copying files using clone/copy_file_range