kernel/vm: Drop VMCacheRef::ref_count.
Nothing touches it at all.
This commit is contained in:
@@ -107,7 +107,6 @@ typedef phys_addr_t page_num_t;
|
||||
|
||||
struct VMCacheRef {
|
||||
VMCache* cache;
|
||||
int32 ref_count;
|
||||
|
||||
VMCacheRef(VMCache* cache);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user