Browse Source
Merge pull request #1283 from lioncash/unused
service: Remove unused g_kernel_named_ports variable
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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. |
|
|
|
|