mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Kernel: Remove empty ISO9660Inode::one_ref_left()
This commit is contained in:
@@ -552,10 +552,6 @@ ErrorOr<void> ISO9660Inode::set_mtime(time_t)
|
||||
return EROFS;
|
||||
}
|
||||
|
||||
void ISO9660Inode::one_ref_left()
|
||||
{
|
||||
}
|
||||
|
||||
ISO9660Inode::ISO9660Inode(ISO9660FS& fs, ISO::DirectoryRecordHeader const& record, StringView name)
|
||||
: Inode(fs, get_inode_index(record, name))
|
||||
, m_record(record)
|
||||
|
||||
Reference in New Issue
Block a user