mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:55:08 +00:00
Kernel: Remove empty ISO9660Inode::one_ref_left()
This commit is contained in:
parent
09c0324880
commit
b66bb11ed1
2 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue