summaryrefslogtreecommitdiff
path: root/src/core/hle/service/srv.cpp
diff options
context:
space:
mode:
authorGravatar purpasmart962014-12-21 11:52:10 -0800
committerGravatar purpasmart962014-12-25 19:08:33 -0800
commit9796bc1fa2518ca4780ce63a543444ce5f8a28e4 (patch)
tree3f92a6046e9c44b120297095d90fc8eb970ccd54 /src/core/hle/service/srv.cpp
parentMerge pull request #332 from lioncash/sel (diff)
downloadyuzu-9796bc1fa2518ca4780ce63a543444ce5f8a28e4.tar.gz
yuzu-9796bc1fa2518ca4780ce63a543444ce5f8a28e4.tar.xz
yuzu-9796bc1fa2518ca4780ce63a543444ce5f8a28e4.zip
More services & small clean ups
Diffstat (limited to 'src/core/hle/service/srv.cpp')
-rw-r--r--src/core/hle/service/srv.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/srv.cpp b/src/core/hle/service/srv.cpp
index 05ff1846b..25fab1a4f 100644
--- a/src/core/hle/service/srv.cpp
+++ b/src/core/hle/service/srv.cpp
@@ -68,7 +68,4 @@ Interface::Interface() {
68 Register(FunctionTable, ARRAY_SIZE(FunctionTable)); 68 Register(FunctionTable, ARRAY_SIZE(FunctionTable));
69} 69}
70 70
71Interface::~Interface() {
72}
73
74} // namespace 71} // namespace