summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-10 04:30:39 +0200
committerGitHub <noreply@github.com>2018-09-10 04:30:39 +0200
commit3b8a0bc146c675062819a836b2822b1a9476bb13 (patch)
tree7a812106ef91a3278e6de77e5b5d84345eaef726 /src/core/hle/service
parentMerge pull request #1268 from FernandoS27/tmml (diff)
parentservice: Remove unused g_kernel_named_ports variable (diff)
downloadyuzu-3b8a0bc146c675062819a836b2822b1a9476bb13.tar
yuzu-3b8a0bc146c675062819a836b2822b1a9476bb13.tar.gz
yuzu-3b8a0bc146c675062819a836b2822b1a9476bb13.tar.bz2
yuzu-3b8a0bc146c675062819a836b2822b1a9476bb13.tar.lz
yuzu-3b8a0bc146c675062819a836b2822b1a9476bb13.tar.xz
yuzu-3b8a0bc146c675062819a836b2822b1a9476bb13.tar.zst
yuzu-3b8a0bc146c675062819a836b2822b1a9476bb13.zip
Diffstat (limited to 'src/core/hle/service')
-rw-r--r--src/core/hle/service/service.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index 9d804652e..9bb7c7b26 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -74,8 +74,6 @@ using Kernel::SharedPtr;
namespace Service {
-std::unordered_map<std::string, SharedPtr<ClientPort>> g_kernel_named_ports;
-
/**
* Creates a function string for logging, complete with the name (or header code, depending
* on what's passed in) the port name, and all the cmd_buff arguments.