Fix compiler warnings due to unused variables
authorTomas Vondra <[email protected]>
Thu, 8 Jun 2017 15:55:47 +0000 (17:55 +0200)
committerTomas Vondra <[email protected]>
Fri, 12 Oct 2018 12:58:54 +0000 (14:58 +0200)
commite343f9312386c000c73657e67c6e18a414fb359b
treebb01e36b788a69d701d4eeb317fac4a9ee9e3b37
parenta74d237c3147ee1b60c91fa5d399399926a5de4a
Fix compiler warnings due to unused variables

Removes a few variables that were either entirely unused, or just set
and never read again.
src/backend/commands/sequence.c