Merge pull request #4159 from ogniK5377/mem-manager-dumb-assert
memory_manager: Remove useless assertion
This commit is contained in:
		| @@ -139,7 +139,6 @@ ResultCode MemoryManager::Allocate(PageLinkedList& page_list, std::size_t num_pa | ||||
|     } | ||||
|  | ||||
|     // Only succeed if we allocated as many pages as we wanted | ||||
|     ASSERT(num_pages >= 0); | ||||
|     if (num_pages) { | ||||
|         return ERR_OUT_OF_MEMORY; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user