From ff15d887faa253d1984019fd655a67541f1a7b30 Mon Sep 17 00:00:00 2001 From: wwylele Date: Wed, 28 Feb 2018 20:54:14 +0200 Subject: [PATCH] remove dead code --- 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 355f12cc2..7a65aaa6a 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -44,7 +44,6 @@ constexpr u32 TID_HIGH_DLC = 0x0004008C; // CIA installation static context variables static bool cia_installing = false; -static bool lists_initialized = false; static std::array, 3> am_title_list; struct TitleInfo {