Remove unreferenced local

This commit is contained in:
Phillip Stephens 2017-07-09 02:11:19 -07:00
parent 72169e8e77
commit e99290e3c3
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ bool DiscBase::IPartition::extractToDirectory(const SystemString& path,
const ExtractionContext& ctx) const ExtractionContext& ctx)
{ {
m_curNodeIdx = 0; m_curNodeIdx = 0;
Sstat theStat;
if (Mkdir(path.c_str(), 0755) && errno != EEXIST) if (Mkdir(path.c_str(), 0755) && errno != EEXIST)
{ {
LogModule.report(logvisor::Error, _S("unable to mkdir '%s'"), path.c_str()); LogModule.report(logvisor::Error, _S("unable to mkdir '%s'"), path.c_str());