Skip to content

Commit 5d7c9c9

Browse files
committed
Remove unnecessary prototypes in loadable modules
Reviewed-by: Pavel Stehule <[email protected]>
1 parent 6181c34 commit 5d7c9c9

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

contrib/intarray/_int_selfuncs.c

-8
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ PG_FUNCTION_INFO_V1(_int_contains_joinsel);
3232
PG_FUNCTION_INFO_V1(_int_contained_joinsel);
3333
PG_FUNCTION_INFO_V1(_int_matchsel);
3434

35-
Datum _int_overlap_sel(PG_FUNCTION_ARGS);
36-
Datum _int_contains_sel(PG_FUNCTION_ARGS);
37-
Datum _int_contained_sel(PG_FUNCTION_ARGS);
38-
Datum _int_overlap_joinsel(PG_FUNCTION_ARGS);
39-
Datum _int_contains_joinsel(PG_FUNCTION_ARGS);
40-
Datum _int_contained_joinsel(PG_FUNCTION_ARGS);
41-
Datum _int_matchsel(PG_FUNCTION_ARGS);
42-
4335

4436
static Selectivity int_query_opr_selec(ITEM *item, Datum *values, float4 *freqs,
4537
int nmncelems, float4 minfreq);

contrib/sepgsql/sepgsql.h

-6
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,6 @@ extern char *sepgsql_get_label(Oid relOid, Oid objOid, int32 subId);
276276
extern void sepgsql_object_relabel(const ObjectAddress *object,
277277
const char *seclabel);
278278

279-
extern Datum sepgsql_getcon(PG_FUNCTION_ARGS);
280-
extern Datum sepgsql_setcon(PG_FUNCTION_ARGS);
281-
extern Datum sepgsql_mcstrans_in(PG_FUNCTION_ARGS);
282-
extern Datum sepgsql_mcstrans_out(PG_FUNCTION_ARGS);
283-
extern Datum sepgsql_restorecon(PG_FUNCTION_ARGS);
284-
285279
/*
286280
* dml.c
287281
*/

0 commit comments

Comments
 (0)