Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again.

This commit is contained in:
Emmanuel Gil Peyrot 2015-05-21 20:54:49 +02:00
parent 1b7596e779
commit b8f93e6b18

View file

@ -85,10 +85,9 @@ public:
case HandleType::Redirection:
case HandleType::Process:
case HandleType::AddressArbiter:
case HandleType::ResourceLimit:
return false;
}
return false;
}
public: