pgsql: Remove unused code in ECPG.

Started by Tom Laneover 7 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Remove unused code in ECPG.

scanner_init/scanner_finish weren't actually called from anywhere,
and the scanbuf variables they set up weren't used either.

Remove unused declaration for mm_realloc, too.

John Naylor

Discussion: /messages/by-id/CAJVSVGWGqY9YBs2EwtRUkbNv=hXkN8yRPOoD1wxE6COgvvrz5g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4766bcd9e292befba403619c8a57b3528ad3bd4b

Modified Files
--------------
src/interfaces/ecpg/preproc/extern.h | 4 +---
src/interfaces/ecpg/preproc/pgc.l | 45 +-----------------------------------
2 files changed, 2 insertions(+), 47 deletions(-)