summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_unformatted.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/fs_unformatted.cpp')
-rw-r--r--src/lib/formats/fs_unformatted.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/formats/fs_unformatted.cpp b/src/lib/formats/fs_unformatted.cpp
index 451cda3c84f..573be8ac2b9 100644
--- a/src/lib/formats/fs_unformatted.cpp
+++ b/src/lib/formats/fs_unformatted.cpp
@@ -116,9 +116,4 @@ bool fs_unformatted::can_write() const
return false;
}
-bool fs_unformatted::has_subdirectories() const
-{
- return false;
-}
-
const filesystem_manager_type FS_UNFORMATTED = &filesystem_manager_creator<fs_unformatted>;