1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

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

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);