From: Nicholas Nethercote Date: Sun, 14 Aug 2005 23:52:32 +0000 (+0000) Subject: wibble X-Git-Tag: svn/VALGRIND_3_1_0~604 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20502a617ece47d660076d575522ac6975610df2;p=thirdparty%2Fvalgrind.git wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4414 --- diff --git a/coregrind/m_oset.c b/coregrind/m_oset.c index b170d020eb..a282bfbe14 100644 --- a/coregrind/m_oset.c +++ b/coregrind/m_oset.c @@ -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;