summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2013-04-23 10:48:14 +0000
committerHeikki Linnakangas2013-04-23 10:49:06 +0000
commitcc7b0c2553a69eee914783a1cf0f34a2cbbf9afe (patch)
tree754ed1675fc364d252ac1f6c4f3b53a46e113844
parent98a1e7a735886b38bb0cc3bac5e96cffbf245de1 (diff)
Remove prototype for cube(text) function that doesn't exist anymore.
Adrian Schreyer
-rw-r--r--contrib/cube/cube.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/cube/cube.c b/contrib/cube/cube.c
index b591133ec7..ce8eaa870f 100644
--- a/contrib/cube/cube.c
+++ b/contrib/cube/cube.c
@@ -35,7 +35,6 @@ extern void cube_scanner_finish(void);
** Input/Output routines
*/
PG_FUNCTION_INFO_V1(cube_in);
-PG_FUNCTION_INFO_V1(cube);
PG_FUNCTION_INFO_V1(cube_a_f8_f8);
PG_FUNCTION_INFO_V1(cube_a_f8);
PG_FUNCTION_INFO_V1(cube_out);
@@ -49,7 +48,6 @@ PG_FUNCTION_INFO_V1(cube_ur_coord);
PG_FUNCTION_INFO_V1(cube_subset);
Datum cube_in(PG_FUNCTION_ARGS);
-Datum cube(PG_FUNCTION_ARGS);
Datum cube_a_f8_f8(PG_FUNCTION_ARGS);
Datum cube_a_f8(PG_FUNCTION_ARGS);
Datum cube_out(PG_FUNCTION_ARGS);