summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2018-09-09 22:10:51 -0400
committerGravatar Lioncash2018-09-09 22:10:54 -0400
commit136040ee155b1a653dde9a16c5e779c230d42a79 (patch)
tree821ededd6e11925e892845c2b1c6e5225985c491
parentMerge pull request #1272 from Subv/dma_2d (diff)
downloadyuzu-136040ee155b1a653dde9a16c5e779c230d42a79.tar.gz
yuzu-136040ee155b1a653dde9a16c5e779c230d42a79.tar.xz
yuzu-136040ee155b1a653dde9a16c5e779c230d42a79.zip
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 '')
-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;
74 74
75namespace Service { 75namespace Service {
76 76
77std::unordered_map<std::string, SharedPtr<ClientPort>> g_kernel_named_ports;
78
79/** 77/**
80 * Creates a function string for logging, complete with the name (or header code, depending 78 * Creates a function string for logging, complete with the name (or header code, depending
81 * on what's passed in) the port name, and all the cmd_buff arguments. 79 * on what's passed in) the port name, and all the cmd_buff arguments.