aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ir_rst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ir_rst.cpp')
-rw-r--r--src/core/hle/service/ir_rst.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/hle/service/ir_rst.cpp b/src/core/hle/service/ir_rst.cpp
index be15db23..b388afb1 100644
--- a/src/core/hle/service/ir_rst.cpp
+++ b/src/core/hle/service/ir_rst.cpp
@@ -1,5 +1,5 @@
// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2
+// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "common/log.h"
@@ -30,7 +30,4 @@ Interface::Interface() {
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
}
-Interface::~Interface() {
-}
-
} // namespace