remove dead code

This commit is contained in:
wwylele 2018-02-28 20:54:14 +02:00
parent 941ccaeed6
commit ff15d887fa

View file

@ -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<std::vector<u64_le>, 3> am_title_list;
struct TitleInfo {