kernel/vm: Drop an actually obsolete comment.

This was introduced in hrev27179 to refer to the member "merge_swap",
which is now gone. The "busy_writing" field isn't used in Merge().
This commit is contained in:
Augustin Cavalier 2024-12-05 17:13:26 -05:00
parent 5cf7633a39
commit cd730cbd7c

View File

@ -148,7 +148,6 @@ private:
public:
bool busy : 1;
bool busy_writing : 1;
// used in VMAnonymousCache::Merge()
bool accessed : 1;
bool modified : 1;
uint8 _unused : 1;