Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cc7b0c2

Browse files
committed
Remove prototype for cube(text) function that doesn't exist anymore.
Adrian Schreyer
1 parent 98a1e7a commit cc7b0c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/cube/cube.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ extern void cube_scanner_finish(void);
3535
** Input/Output routines
3636
*/
3737
PG_FUNCTION_INFO_V1(cube_in);
38-
PG_FUNCTION_INFO_V1(cube);
3938
PG_FUNCTION_INFO_V1(cube_a_f8_f8);
4039
PG_FUNCTION_INFO_V1(cube_a_f8);
4140
PG_FUNCTION_INFO_V1(cube_out);
@@ -49,7 +48,6 @@ PG_FUNCTION_INFO_V1(cube_ur_coord);
4948
PG_FUNCTION_INFO_V1(cube_subset);
5049

5150
Datum cube_in(PG_FUNCTION_ARGS);
52-
Datum cube(PG_FUNCTION_ARGS);
5351
Datum cube_a_f8_f8(PG_FUNCTION_ARGS);
5452
Datum cube_a_f8(PG_FUNCTION_ARGS);
5553
Datum cube_out(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)