Removing useless func IsAlive, since it's handled by ISetAllocated
This commit is contained in:
@@ -16,13 +16,9 @@ class KInterruptEvent final : public KReadableEvent, public ISetAllocated<KInter
|
||||
virtual ~KInterruptEvent();
|
||||
Result Initialize(int irqId, u32 flags);
|
||||
|
||||
// KAutoObject
|
||||
virtual bool IsAlive() const override;
|
||||
|
||||
private:
|
||||
// TODO: receiver
|
||||
int irqId = -1;
|
||||
bool isInitialized = false;
|
||||
};
|
||||
|
||||
inline void intrusive_ptr_add_ref(KInterruptEvent *obj)
|
||||
|
||||
Reference in New Issue
Block a user