From ce13044d7a335947b721e7e83730a9f7d97de8e0 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sat, 25 Nov 2000 09:18:52 +0000 Subject: Fix for sim/common hw_delete()/hw_tree_delete() --- sim/common/hw-alloc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/common/hw-alloc.c') diff --git a/sim/common/hw-alloc.c b/sim/common/hw-alloc.c index e64ae82..5664e9b 100644 --- a/sim/common/hw-alloc.c +++ b/sim/common/hw-alloc.c @@ -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); -- cgit v1.1