|
From: <sv...@va...> - 2005-08-14 23:52:36
|
Author: njn
Date: 2005-08-15 00:52:32 +0100 (Mon, 15 Aug 2005)
New Revision: 4414
Log:
wibble
Modified:
trunk/coregrind/m_oset.c
Modified: trunk/coregrind/m_oset.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_oset.c 2005-08-14 23:00:57 UTC (rev 4413)
+++ trunk/coregrind/m_oset.c 2005-08-14 23:52:32 UTC (rev 4414)
@@ -601,8 +601,6 @@
Int ch;
AvlNode* n;
=20
- vg_assert(t && t->root);
-
if (!t->root->left) {
if (!t->root->right) {
t->root =3D NULL;
|