From f8ffcb24834c98f9a3a652bfa136daad474a3060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 13 May 2017 13:45:34 +0200 Subject: [PATCH] IOS/ES: Remove unused struct --- Source/Core/Core/IOS/ES/ES.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Source/Core/Core/IOS/ES/ES.h b/Source/Core/Core/IOS/ES/ES.h index b6d64c655f..7006b3badd 100644 --- a/Source/Core/Core/IOS/ES/ES.h +++ b/Source/Core/Core/IOS/ES/ES.h @@ -138,19 +138,6 @@ private: u32 m_position; }; - struct ecc_cert_t - { - u32 sig_type; - u8 sig[0x3c]; - u8 pad[0x40]; - u8 issuer[0x40]; - u32 key_type; - u8 key_name[0x40]; - u32 ng_key_id; - u8 ecc_pubkey[0x3c]; - u8 padding[0x3c]; - }; - struct TitleImportContext { IOS::ES::TMDReader tmd;