summaryrefslogtreecommitdiffstats
path: root/src/rtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtree.c')
-rw-r--r--src/rtree.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rtree.c b/src/rtree.c
index ada6e9d..72786ff 100644
--- a/src/rtree.c
+++ b/src/rtree.c
@@ -461,10 +461,3 @@ rtree_ctx_data_init(rtree_ctx_t *ctx) {
cache->leaf = NULL;
}
}
-
-bool
-tsd_rtree_ctx_data_init(tsd_t *tsd) {
- rtree_ctx_data_init(&tsd->rtree_ctx);
-
- return false;
-}