diff --git a/headers/private/kernel/vm/vm_types.h b/headers/private/kernel/vm/vm_types.h index 138f8a144b..2254eb8bbf 100644 --- a/headers/private/kernel/vm/vm_types.h +++ b/headers/private/kernel/vm/vm_types.h @@ -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;