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: https://postgr.es/m/CAJVSVGWGqY9YBs2EwtRUkbNv=hxkn8yrpood1wxe6cogvvr...@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(-)
