From be1d77f550589c1b0daf81feb57594baa30cf0e5 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 31 Mar 2020 12:30:00 -0400 Subject: [PATCH] SpecMP3: Remove unnecessary initializer --- DataSpec/SpecMP3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataSpec/SpecMP3.cpp b/DataSpec/SpecMP3.cpp index b91bf83dc..5dce2b357 100644 --- a/DataSpec/SpecMP3.cpp +++ b/DataSpec/SpecMP3.cpp @@ -305,7 +305,7 @@ struct SpecMP3 : SpecBase { } bool extractFromDisc(nod::DiscBase& disc, bool force, const hecl::MultiProgressPrinter& progress) override { - hecl::SystemString currentTarget = _SYS_STR(""); + hecl::SystemString currentTarget; size_t nodeCount = 0; int prog = 0; nod::ExtractionContext ctx = {force, [&](std::string_view name, float) {