summaryrefslogtreecommitdiff
path: root/boost/intrusive/bstree_algorithms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/intrusive/bstree_algorithms.hpp')
-rw-r--r--boost/intrusive/bstree_algorithms.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/boost/intrusive/bstree_algorithms.hpp b/boost/intrusive/bstree_algorithms.hpp
index f7e915e914..dcb7e5c4ff 100644
--- a/boost/intrusive/bstree_algorithms.hpp
+++ b/boost/intrusive/bstree_algorithms.hpp
@@ -37,10 +37,6 @@ namespace intrusive {
template <class NodePtr>
struct insert_commit_data_t
{
- insert_commit_data_t()
- : link_left(false)
- , node()
- {}
bool link_left;
NodePtr node;
};