summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/sm/controller.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/sm/controller.cpp b/src/core/hle/service/sm/controller.cpp
index 174ee8161..414a7d809 100644
--- a/src/core/hle/service/sm/controller.cpp
+++ b/src/core/hle/service/sm/controller.cpp
@@ -54,7 +54,5 @@ Controller::Controller() : ServiceFramework("IpcController") {
RegisterHandlers(functions);
}
-Controller::~Controller() = default;
-
} // namespace SM
} // namespace Service