mirror of https://github.com/stella-emu/stella.git
Remove debugging code.
This commit is contained in:
parent
d1d017f349
commit
0a4a9e982c
|
@ -103,8 +103,6 @@ bool FSNodePOSIX::hasParent() const
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
bool FSNodePOSIX::getChildren(AbstractFSList& myList, ListMode mode) const
|
bool FSNodePOSIX::getChildren(AbstractFSList& myList, ListMode mode) const
|
||||||
{
|
{
|
||||||
uInt64 T = TimerManager::getTicks();
|
|
||||||
|
|
||||||
if (!_isDirectory)
|
if (!_isDirectory)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
@ -171,7 +169,6 @@ uInt64 T = TimerManager::getTicks();
|
||||||
}
|
}
|
||||||
closedir(dirp);
|
closedir(dirp);
|
||||||
|
|
||||||
cerr << (TimerManager::getTicks() - T) << endl;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue