From 1ffff4dab28af31a3f2861d7f0483b35d99e89ae Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 27 Jul 2020 10:36:26 +0300 Subject: [PATCH] remove unused variable; --- src/core/hle/service/am/am.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index 4e7a0bec90..ceed206095 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -1405,7 +1405,6 @@ void IApplicationFunctions::GetDesiredLanguage(Kernel::HLERequestContext& ctx) { // Get supported languages from NACP, if possible // Default to 0 (all languages supported) u32 supported_languages = 0; - FileSys::PatchManager pm{system.CurrentProcess()->GetTitleID()}; const auto res = [this] { const auto title_id = system.CurrentProcess()->GetTitleID();