mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Removing a dead var.
This commit is contained in:
parent
7b60e6816c
commit
d466b95fcf
|
|
@ -40,7 +40,6 @@ vector<shared_ptr<LevelSummary>> McRegionLevelStorageSource::getLevelList()
|
|||
const unique_ptr<vector<File*>> subFolders(baseDir.listFiles());
|
||||
if (subFolders)
|
||||
{
|
||||
const auto itEnd = subFolders->end();
|
||||
for (const File* file : *subFolders)
|
||||
{
|
||||
if (file->isDirectory())
|
||||
|
|
|
|||
Loading…
Reference in a new issue