mirror of https://github.com/AxioDL/nod.git
Remove unreferenced local
This commit is contained in:
parent
72169e8e77
commit
e99290e3c3
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue