Revert "[VFS] Fixed crash on filename extraction from path."
This reverts commit02f5316562. It's not needed anymore thanks to6cba5ba7e6
This commit is contained in:
@@ -134,8 +134,7 @@ class Entry {
|
||||
virtual void update() { return; }
|
||||
|
||||
protected:
|
||||
Entry(Device* device, Entry* parent, const std::string_view path,
|
||||
const std::string_view name);
|
||||
Entry(Device* device, Entry* parent, const std::string_view path);
|
||||
|
||||
virtual std::unique_ptr<Entry> CreateEntryInternal(
|
||||
const std::string_view name, uint32_t attributes) {
|
||||
|
||||
Reference in New Issue
Block a user