Remove dead comment

[SVN r84340]
This commit is contained in:
Ion Gaztañaga
2013-05-18 09:43:46 +00:00
parent 02506df225
commit 6940fa1230

View File

@ -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;
}