summaryrefslogtreecommitdiffhomepage
path: root/src/RTree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RTree.h')
-rw-r--r--src/RTree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/RTree.h b/src/RTree.h
index 7b8eeb7c..6cf0292e 100644
--- a/src/RTree.h
+++ b/src/RTree.h
@@ -40,10 +40,6 @@ template<typename T> struct rtree_pool final
union { T data; };
node_u* next;
};
- union node_p {
- T* ptr;
- node_u* data_ptr;
- };
private:
node_u* free_list = nullptr;