]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
wibble
authorNicholas Nethercote <njn@valgrind.org>
Sun, 14 Aug 2005 23:52:32 +0000 (23:52 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 14 Aug 2005 23:52:32 +0000 (23:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4414

coregrind/m_oset.c

index b170d020ebe08fca5a15d51180ae9ece94f88bf7..a282bfbe14ce81e47c2055569ca09300de29ff25 100644 (file)
@@ -601,8 +601,6 @@ static Bool avl_removeroot(AvlTree* t)
    Int ch;
    AvlNode* n;
 
-   vg_assert(t && t->root);
-
    if (!t->root->left) {
       if (!t->root->right) {
          t->root = NULL;