[postgis-tickets] r16180 - Remove un-used function
Paul Ramsey
pramsey at cleverelephant.ca
Thu Dec 21 09:59:41 PST 2017
Author: pramsey
Date: 2017-12-21 09:59:41 -0800 (Thu, 21 Dec 2017)
New Revision: 16180
Modified:
trunk/postgis/gserialized_gist_nd.c
Log:
Remove un-used function
Modified: trunk/postgis/gserialized_gist_nd.c
===================================================================
--- trunk/postgis/gserialized_gist_nd.c 2017-12-21 16:43:35 UTC (rev 16179)
+++ trunk/postgis/gserialized_gist_nd.c 2017-12-21 17:59:41 UTC (rev 16180)
@@ -168,11 +168,6 @@
SET_VARSIZE(a, VARHDRSZ);
}
-static inline void gidx_set_finite(GIDX *a)
-{
- SET_VARSIZE(a, VARHDRSZ);
-}
-
/* Enlarge b_union to contain b_new. If b_new contains more
dimensions than b_union, expand b_union to contain those dimensions. */
void gidx_merge(GIDX **b_union, GIDX *b_new)
More information about the postgis-tickets
mailing list