summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-09 22:10:51 -0400
committerLioncash <mathew1800@gmail.com>2018-09-09 22:10:54 -0400
commit136040ee155b1a653dde9a16c5e779c230d42a79 (patch)
tree821ededd6e11925e892845c2b1c6e5225985c491 /src
parent223ddb20086324e9f91e84373beee87f5905c70a (diff)
service: Remove unused g_kernel_named_ports variable
With the named port functionality all migrated over to the kernel, there's no need to keep this around anymore.
Diffstat (limited to 'src')
-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.