aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ssl_c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ssl_c.cpp')
-rw-r--r--src/core/hle/service/ssl_c.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/ssl_c.cpp b/src/core/hle/service/ssl_c.cpp
index d5b0c4b0..360516cd 100644
--- a/src/core/hle/service/ssl_c.cpp
+++ b/src/core/hle/service/ssl_c.cpp
@@ -25,7 +25,4 @@ Interface::Interface() {
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
}
-Interface::~Interface() {
-}
-
} // namespace