summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/apm.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/apm/apm.cpp2
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