summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/seg/seg.c')
-rw-r--r--contrib/seg/seg.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c
index 0cf9853060..0807e238f1 100644
--- a/contrib/seg/seg.c
+++ b/contrib/seg/seg.c
@@ -52,13 +52,6 @@ PG_FUNCTION_INFO_V1(seg_lower);
PG_FUNCTION_INFO_V1(seg_upper);
PG_FUNCTION_INFO_V1(seg_center);
-Datum seg_in(PG_FUNCTION_ARGS);
-Datum seg_out(PG_FUNCTION_ARGS);
-Datum seg_size(PG_FUNCTION_ARGS);
-Datum seg_lower(PG_FUNCTION_ARGS);
-Datum seg_upper(PG_FUNCTION_ARGS);
-Datum seg_center(PG_FUNCTION_ARGS);
-
/*
** GiST support methods
*/