diff options
Diffstat (limited to 'src/include/access/hash.h')
-rw-r--r-- | src/include/access/hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 491d4c90bbc..725e2f251cc 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -283,7 +283,6 @@ extern Datum hashenum(PG_FUNCTION_ARGS); extern Datum hashfloat4(PG_FUNCTION_ARGS); extern Datum hashfloat8(PG_FUNCTION_ARGS); extern Datum hashoidvector(PG_FUNCTION_ARGS); -extern Datum hashint2vector(PG_FUNCTION_ARGS); extern Datum hashname(PG_FUNCTION_ARGS); extern Datum hashtext(PG_FUNCTION_ARGS); extern Datum hashvarlena(PG_FUNCTION_ARGS); |