[Core] Remove hardcoded type field from HeapAllocationInfo

This commit is contained in:
DrChat
2018-02-10 16:47:53 -06:00
parent 4db94473ec
commit 325599948a
3 changed files with 4 additions and 11 deletions

View File

@@ -63,8 +63,6 @@ struct HeapAllocationInfo {
uint32_t state;
// The access protection of the pages in the region.
uint32_t protect;
// The type of pages in the region (private).
uint32_t type;
};
// Describes a single page in the page table.