From e99290e3c331cf5128b754a63612cd21afcd3c50 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 9 Jul 2017 02:11:19 -0700 Subject: [PATCH] Remove unreferenced local --- lib/DiscBase.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/DiscBase.cpp b/lib/DiscBase.cpp index 9771810..06ca773 100644 --- a/lib/DiscBase.cpp +++ b/lib/DiscBase.cpp @@ -152,7 +152,6 @@ bool DiscBase::IPartition::extractToDirectory(const SystemString& path, const ExtractionContext& ctx) { m_curNodeIdx = 0; - Sstat theStat; if (Mkdir(path.c_str(), 0755) && errno != EEXIST) { LogModule.report(logvisor::Error, _S("unable to mkdir '%s'"), path.c_str());