kernel/vm: Remove unused "no_cache_change" member from VMArea.

This commit is contained in:
Augustin Cavalier
2024-12-13 17:14:46 -05:00
parent 9774380755
commit 5a39b9f82f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -113,7 +113,6 @@ private:
public:
VMCache* cache;
vint32 no_cache_change;
off_t cache_offset;
uint32 cache_type;
VMAreaMappings mappings;