]> granicus.if.org Git - postgis/commitdiff
Remove un-used function
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 21 Dec 2017 17:59:41 +0000 (17:59 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 21 Dec 2017 17:59:41 +0000 (17:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16180 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/gserialized_gist_nd.c

index 039854d9af3bdaeae177b37882cfa6c77032e7b3..47143dada36387f22c087d831f52f07ac2d33105 100644 (file)
@@ -168,11 +168,6 @@ static inline void gidx_set_unknown(GIDX *a)
        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)