pgsql: Remove useless variable.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless variable.
Date: 2020-06-16 05:41:26
Message-ID: E1jl4Le-00086y-4Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless variable.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4dd804a99cd66d8d336ce7060c91e23db3263c31

Modified Files
--------------
src/backend/storage/file/buffile.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-06-16 15:09:49 pgsql: In dpow(), remove redundant check for whether y is an integer.
Previous Message Thomas Munro 2020-06-16 05:35:04 pgsql: Make BufFileWrite() void.