From 6940fa12308b9620ec0fa9afba338c6a7a23ff64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 18 May 2013 09:43:46 +0000 Subject: [PATCH] Remove dead comment [SVN r84340] --- include/boost/intrusive/treap_algorithms.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/intrusive/treap_algorithms.hpp b/include/boost/intrusive/treap_algorithms.hpp index 967e731..e891ef9 100644 --- a/include/boost/intrusive/treap_algorithms.hpp +++ b/include/boost/intrusive/treap_algorithms.hpp @@ -389,7 +389,6 @@ class treap_algorithms { rebalance_for_erasure(header, z, pcomp); tree_algorithms::erase(header, z); -// assert(check_invariant(header, pcomp)); return z; }