winconsole many, many i vars. worldEditor path arguement, lockPtr doubleup. volume.cpp: uneccesary duplicated FileNode::Attributes attr; def

This commit is contained in:
Azaezel 2018-03-12 19:10:55 -05:00
parent 015f07e50e
commit f59b92bf4e
3 changed files with 10 additions and 11 deletions

View file

@ -808,7 +808,6 @@ bool MountSystem::isDirectory(const Path& path, FileSystemRef fsRef)
if (fnRef.isNull())
return false;
FileNode::Attributes attr;
if (fnRef->getAttributes(&attr))
return attr.flags & FileNode::Directory;
return false;