Removing useless func IsAlive, since it's handled by ISetAllocated
This commit is contained in:
@@ -13,13 +13,7 @@ Result KInterruptEvent::Initialize(int irqId, u32 flags)
|
||||
// TODO implement
|
||||
(void)flags;
|
||||
this->irqId = irqId;
|
||||
isInitialized = true;
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
bool KInterruptEvent::IsAlive() const
|
||||
{
|
||||
return isInitialized;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user