Kernel: Remove the mount test from VFS

This commit is contained in:
Bananymous
2023-03-30 11:43:24 +03:00
parent 78ea4b2207
commit 9a4d603a62
3 changed files with 0 additions and 23 deletions

View File

@@ -18,7 +18,6 @@ namespace Kernel
virtual BAN::RefPtr<Inode> root_inode() override { return m_root_inode; }
BAN::ErrorOr<void> mount_test();
BAN::ErrorOr<void> mount(FileSystem*, BAN::StringView);
struct File