mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again.
This commit is contained in:
parent
1b7596e779
commit
b8f93e6b18
@ -85,10 +85,9 @@ public:
|
||||
case HandleType::Redirection:
|
||||
case HandleType::Process:
|
||||
case HandleType::AddressArbiter:
|
||||
case HandleType::ResourceLimit:
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user