mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 15:49:15 +00:00
Kernel: Remove empty ISO9660Inode::one_ref_left()
This commit is contained in:
parent
09c0324880
commit
b66bb11ed1
Notes:
sideshowbarker
2024-07-17 21:13:11 +09:00
Author: https://github.com/awesomekling
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