From 6249244c90a2859ec8c7a5981d7dafcc6d166db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 16 Jun 2017 10:10:23 +0200 Subject: [PATCH] IOS/ES: Fix formatting --- Source/Core/Core/IOS/ES/TitleManagement.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/IOS/ES/TitleManagement.cpp b/Source/Core/Core/IOS/ES/TitleManagement.cpp index 37c5472b8f..cd0563c5ff 100644 --- a/Source/Core/Core/IOS/ES/TitleManagement.cpp +++ b/Source/Core/Core/IOS/ES/TitleManagement.cpp @@ -37,7 +37,6 @@ static ReturnCode WriteTicket(const IOS::ES::TicketReader& ticket) const std::string ticket_path = Common::GetTicketFileName(title_id, Common::FROM_SESSION_ROOT); File::CreateFullPath(ticket_path); - File::IOFile ticket_file(ticket_path, "wb"); if (!ticket_file) return ES_EIO;