hle: service: sm: Remove manual tracking of KServerPorts.

This commit is contained in:
bunnei
2022-04-06 17:37:00 -07:00
parent f55fc850a2
commit d737652d08
2 changed files with 1 additions and 8 deletions

View File

@ -22,7 +22,6 @@ class KClientPort;
class KClientSession;
class KernelCore;
class KPort;
class KServerPort;
class SessionRequestHandler;
} // namespace Kernel
@ -48,7 +47,6 @@ private:
ServiceManager& service_manager;
bool is_initialized{};
Kernel::KernelCore& kernel;
std::vector<Kernel::KServerPort*> server_ports;
};
class ServiceManager {