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:
@ -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);
|
||||
|
Reference in New Issue
Block a user