mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -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
|
@ -32,7 +32,6 @@ namespace ams::kern {
|
|||
bool m_is_initialized;
|
||||
public:
|
||||
constexpr KInterruptEvent() : m_interrupt_id(-1), m_core_id(-1), m_is_initialized(false) { /* ... */ }
|
||||
virtual ~KInterruptEvent() { /* ... */ }
|
||||
|
||||
Result Initialize(int32_t interrupt_name, ams::svc::InterruptType type);
|
||||
virtual void Finalize() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue