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

@@ -18,8 +18,6 @@ class KReadableEvent : public KSynchronizationObject, public IClient<KEvent, KRe
MESOSPHERE_AUTO_OBJECT_TRAITS(SynchronizationObject, ReadableEvent);
MESOSPHERE_CLIENT_TRAITS(Event);
virtual bool IsAlive() const override { return true; }
virtual ~KReadableEvent();
Result Signal();