mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Remove FS::read_entire_inode() in favor of Inode::read_entire().
This commit is contained in:
@@ -13,7 +13,7 @@ FileSystemPath::FileSystemPath(const String& s)
|
||||
|
||||
bool FileSystemPath::canonicalize(bool resolve_symbolic_links)
|
||||
{
|
||||
// FIXME: Implement "resolveSymbolicLinks"
|
||||
// FIXME: Implement "resolve_symbolic_links"
|
||||
(void) resolve_symbolic_links;
|
||||
auto parts = m_string.split('/');
|
||||
Vector<String> canonical_parts;
|
||||
|
||||
Reference in New Issue
Block a user