Remove unused macro

Usage was removed in 6c5576075b but the definition was not removed.
This commit is contained in:
Peter Eisentraut 2023-12-26 20:13:11 +01:00
parent 231ff70f98
commit d327f418d1
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
#include "fmgr.h"
#include "mb/pg_wchar.h"
#define ENCODING_GROWTH_RATE 4
PG_MODULE_MAGIC;
PG_FUNCTION_INFO_V1(euc_tw_to_big5);