From 1a9c96e4de6699722ad0fbe511c9868e89d29eee Mon Sep 17 00:00:00 2001 From: Subv Date: Mon, 22 Jan 2018 17:35:40 -0500 Subject: LM: Don't create an unnecessary port in Initialize. --- src/core/hle/service/lm/lm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/hle/service/lm/lm.h') diff --git a/src/core/hle/service/lm/lm.h b/src/core/hle/service/lm/lm.h index 4b954bdb2..371135057 100644 --- a/src/core/hle/service/lm/lm.h +++ b/src/core/hle/service/lm/lm.h @@ -5,7 +5,6 @@ #pragma once #include -#include "core/hle/kernel/client_port.h" #include "core/hle/kernel/kernel.h" #include "core/hle/service/service.h" @@ -19,8 +18,6 @@ public: private: void Initialize(Kernel::HLERequestContext& ctx); - - std::vector> registered_loggers; }; /// Registers all LM services with the specified service manager. -- cgit v1.2.3