mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Use HashMap::remove() in some places that I wanted it.
This commit is contained in:
@@ -18,8 +18,7 @@ FileSystem::FileSystem()
|
||||
|
||||
FileSystem::~FileSystem()
|
||||
{
|
||||
// FIXME: Needs HashMap::remove()!
|
||||
//fileSystems().remove(m_id);
|
||||
fileSystems().remove(m_id);
|
||||
}
|
||||
|
||||
FileSystem* FileSystem::fromID(dword id)
|
||||
|
||||
Reference in New Issue
Block a user