mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibCore: Remove unused Directory::create_iterator() method
This commit is contained in:
parent
a4667fdc9b
commit
ceaed7440e
2 changed files with 0 additions and 6 deletions
|
@ -93,9 +93,4 @@ ErrorOr<struct stat> Directory::stat() const
|
|||
return System::fstat(m_directory_fd);
|
||||
}
|
||||
|
||||
ErrorOr<DirIterator> Directory::create_iterator() const
|
||||
{
|
||||
return DirIterator { path().string() };
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue