summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ndm_u.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ndm_u.cpp')
-rw-r--r--src/core/hle/service/ndm_u.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/ndm_u.cpp b/src/core/hle/service/ndm_u.cpp
index 141c311fd..233b14f6d 100644
--- a/src/core/hle/service/ndm_u.cpp
+++ b/src/core/hle/service/ndm_u.cpp
@@ -24,7 +24,4 @@ Interface::Interface() {
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
}
-Interface::~Interface() {
-}
-
} // namespace