]> granicus.if.org Git - postgresql/commitdiff
Remove prototype for cube(text) function that doesn't exist anymore.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 23 Apr 2013 10:48:14 +0000 (13:48 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 23 Apr 2013 10:49:06 +0000 (13:49 +0300)
Adrian Schreyer

contrib/cube/cube.c

index b591133ec70b8f99a505236ac5fcab5f4a05e68c..ce8eaa870fc760b7c7b4607e0844c38ffd5e56bb 100644 (file)
@@ -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);