Removing useless func IsAlive, since it's handled by ISetAllocated
This commit is contained in:
@@ -9,11 +9,6 @@
|
||||
namespace mesosphere
|
||||
{
|
||||
|
||||
bool KThread::IsAlive() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void KThread::OnAlarm()
|
||||
{
|
||||
CancelKernelSync();
|
||||
|
||||
Reference in New Issue
Block a user