diff options
author | CrazyMax <mtabachenko@gmail.com> | 2020-07-27 10:36:26 +0300 |
---|---|---|
committer | CrazyMax <mtabachenko@gmail.com> | 2020-07-27 10:36:26 +0300 |
commit | 1ffff4dab28af31a3f2861d7f0483b35d99e89ae (patch) | |
tree | 2a0d7c3bc818b6542e8ff02aee634a956c54aa0b /src | |
parent | 99d191d80dd94bb398848246b7b13aa925a70a91 (diff) |
remove unused variable;
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/am/am.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index 4e7a0bec9..ceed20609 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(); |