m5: removed master and slave deletions.

The unresolved destructor call caused a seg fault when called.
This commit is contained in:
Brad Beckmann 2009-11-18 13:55:58 -08:00
parent 4d731a522d
commit f54790977b

View file

@ -75,8 +75,6 @@ IdeController::Channel::Channel(
IdeController::Channel::~Channel()
{
delete master;
delete slave;
}
IdeController::IdeController(Params *p)