diff options
Diffstat (limited to 'src')
| -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; | |||
| 74 | 74 | ||
| 75 | namespace Service { | 75 | namespace Service { |
| 76 | 76 | ||
| 77 | std::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. |