Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again.
This commit is contained in:
		| @@ -85,10 +85,9 @@ public: | ||||
|         case HandleType::Redirection: | ||||
|         case HandleType::Process: | ||||
|         case HandleType::AddressArbiter: | ||||
|         case HandleType::ResourceLimit: | ||||
|             return false; | ||||
|         } | ||||
|  | ||||
|         return false; | ||||
|     } | ||||
|  | ||||
| public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user