1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 08:26:32 -05:00

Merge pull request #1283 from lioncash/unused

service: Remove unused g_kernel_named_ports variable
This commit is contained in:
bunnei
2018-09-09 22:30:39 -04:00
committed by GitHub

View File

@@ -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.