Removing useless func IsAlive, since it's handled by ISetAllocated

This commit is contained in:
TuxSH
2018-11-07 01:16:35 +01:00
committed by Michael Scire
parent 5222b429c5
commit 40b860c239
11 changed files with 1 additions and 36 deletions

View File

@@ -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)