From 5d7c9c906a0b888dcfd3b0a2f2170e1f5ca366c4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 4 Jan 2017 12:00:00 -0500 Subject: Remove unnecessary prototypes in loadable modules Reviewed-by: Pavel Stehule --- contrib/intarray/_int_selfuncs.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'contrib/intarray') diff --git a/contrib/intarray/_int_selfuncs.c b/contrib/intarray/_int_selfuncs.c index e17c0ecb11c..bdc8a8d0079 100644 --- a/contrib/intarray/_int_selfuncs.c +++ b/contrib/intarray/_int_selfuncs.c @@ -32,14 +32,6 @@ PG_FUNCTION_INFO_V1(_int_contains_joinsel); PG_FUNCTION_INFO_V1(_int_contained_joinsel); PG_FUNCTION_INFO_V1(_int_matchsel); -Datum _int_overlap_sel(PG_FUNCTION_ARGS); -Datum _int_contains_sel(PG_FUNCTION_ARGS); -Datum _int_contained_sel(PG_FUNCTION_ARGS); -Datum _int_overlap_joinsel(PG_FUNCTION_ARGS); -Datum _int_contains_joinsel(PG_FUNCTION_ARGS); -Datum _int_contained_joinsel(PG_FUNCTION_ARGS); -Datum _int_matchsel(PG_FUNCTION_ARGS); - static Selectivity int_query_opr_selec(ITEM *item, Datum *values, float4 *freqs, int nmncelems, float4 minfreq); -- cgit v1.2.3