mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
Use HashMap::remove() in some places that I wanted it.
This commit is contained in:
parent
969334505d
commit
6ea8ce500c
Notes:
sideshowbarker
2024-07-19 18:49:12 +09:00
Author: https://github.com/awesomekling
Commit: 6ea8ce500c
5 changed files with 10 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue