From ff5b323a56a14e9e3183c25d8637ded4819bea07 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 23 Jan 2022 22:15:56 +0100 Subject: [PATCH] DiscIO: Delete an unused function declaration --- Source/Core/DiscIO/DirectoryBlob.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DiscIO/DirectoryBlob.cpp b/Source/Core/DiscIO/DirectoryBlob.cpp index e5a3601758..cc0222b014 100644 --- a/Source/Core/DiscIO/DirectoryBlob.cpp +++ b/Source/Core/DiscIO/DirectoryBlob.cpp @@ -41,8 +41,6 @@ static size_t ReadFileToVector(const std::string& path, std::vector* vector) static void PadToAddress(u64 start_address, u64* address, u64* length, u8** buffer); static void Write32(u32 data, u32 offset, std::vector* buffer); -static std::string ASCIIToUppercase(std::string str); - enum class PartitionType : u32 { Game = 0,