kern: devirtualize several KAutoObject functions
This commit is contained in:
@@ -36,7 +36,6 @@ namespace ams::kern {
|
||||
}
|
||||
|
||||
virtual void Destroy() override;
|
||||
static void PostDestroy(uintptr_t arg) { MESOSPHERE_UNUSED(arg); /* ... */ }
|
||||
|
||||
constexpr KSession *GetParent() const { return m_parent; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user