mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Remove unnecessary prototypes
Prototypes for functions implementing V1-callable functions are no longer necessary. Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
@ -34,14 +34,4 @@ enum gbtree_type
|
||||
gbt_t_inet
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Generic btree functions
|
||||
*/
|
||||
|
||||
Datum gbtreekey_in(PG_FUNCTION_ARGS);
|
||||
|
||||
Datum gbtreekey_out(PG_FUNCTION_ARGS);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user