kern: KAutoObject doesn't need (virtual) destructor
This commit is contained in:
@@ -33,7 +33,6 @@ namespace ams::kern {
|
||||
KProcess::State m_old_process_state;
|
||||
public:
|
||||
explicit KDebugBase() { /* ... */ }
|
||||
virtual ~KDebugBase() { /* ... */ }
|
||||
protected:
|
||||
bool Is64Bit() const;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user