aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ac_u.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-12-25 22:51:38 -0500
committerbunnei <bunneidev@gmail.com>2014-12-25 22:51:38 -0500
commit5d2ee78d8fbb25c8496654026b27f4238040a4da (patch)
treeee6d5ad562aa39696d547eaf83064957becff649 /src/core/hle/service/ac_u.cpp
parent9c8ec675d91729b26dd1d7b3bd190008c711a146 (diff)
parent9796bc1fa2518ca4780ce63a543444ce5f8a28e4 (diff)
Merge pull request #330 from purpasmart96/new_srv
More services & small clean ups
Diffstat (limited to 'src/core/hle/service/ac_u.cpp')
-rw-r--r--src/core/hle/service/ac_u.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/ac_u.cpp b/src/core/hle/service/ac_u.cpp
index d180bb4ec..20a3fa2e5 100644
--- a/src/core/hle/service/ac_u.cpp
+++ b/src/core/hle/service/ac_u.cpp
@@ -56,7 +56,4 @@ Interface::Interface() {
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
}
-Interface::~Interface() {
-}
-
} // namespace