소스 검색

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.
Lioncash 8 년 전
부모
커밋
136040ee15
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/core/hle/service/service.cpp

+ 0 - 2
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.