mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Kernel: Remove pointless lock/unlock in SysFS constructor
This commit is contained in:
@@ -66,7 +66,6 @@ NonnullRefPtr<SysFS> SysFS::create()
|
||||
SysFS::SysFS()
|
||||
: m_root_inode(SysFSComponentRegistry::the().root_folder().to_inode(*this))
|
||||
{
|
||||
Locker locker(m_lock);
|
||||
}
|
||||
|
||||
SysFS::~SysFS()
|
||||
|
||||
Reference in New Issue
Block a user