mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 12:38:51 +01:00
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:
parent
5cf7633a39
commit
cd730cbd7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user