mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 15:14:23 -04:00
kern: KAutoObject doesn't need (virtual) destructor
This commit is contained in:
parent
183243bf16
commit
572cbd8619
29 changed files with 7 additions and 43 deletions
|
@ -131,7 +131,6 @@ namespace ams::kern {
|
|||
size_t m_size;
|
||||
public:
|
||||
constexpr KSessionRequest() : m_mappings(), m_thread(), m_server(), m_event(), m_address(), m_size() { /* ... */ }
|
||||
virtual ~KSessionRequest() { /* ... */ }
|
||||
|
||||
static KSessionRequest *Create() {
|
||||
KSessionRequest *req = KSessionRequest::Allocate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue