diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-10 04:30:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 04:30:39 +0200 |
commit | 3b8a0bc146c675062819a836b2822b1a9476bb13 (patch) | |
tree | 7a812106ef91a3278e6de77e5b5d84345eaef726 | |
parent | Merge pull request #1268 from FernandoS27/tmml (diff) | |
parent | service: Remove unused g_kernel_named_ports variable (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/core/hle/service/service.cpp | 2 |
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. |