diff options
Diffstat (limited to 'src/core/hle/service/apm/apm.cpp')
-rw-r--r-- | src/core/hle/service/apm/apm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/apm/apm.cpp b/src/core/hle/service/apm/apm.cpp index 37b5bd647..3cb7d5861 100644 --- a/src/core/hle/service/apm/apm.cpp +++ b/src/core/hle/service/apm/apm.cpp @@ -21,7 +21,5 @@ APM::APM() : ServiceFramework("apm") { RegisterHandlers(functions); } -APM::~APM() = default; - } // namespace APM } // namespace Service |