Fix for sim/common hw_delete()/hw_tree_delete()
[deliverable/binutils-gdb.git] / sim / common / hw-alloc.c
index e64ae82997e5f0effa052817bc64933fda8d1486..5664e9b5e32066276279136c0faffa2367f593c4 100644 (file)
@@ -42,8 +42,6 @@ create_hw_alloc_data (struct hw *me)
 void
 delete_hw_alloc_data (struct hw *me)
 {
-  if (me->alloc_of_hw != NULL)
-    hw_abort (me, "hw-alloc botch");
   while (me->alloc_of_hw != NULL)
     {
       hw_free (me, me->alloc_of_hw->alloc);
This page took 0.023547 seconds and 4 git commands to generate.