summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_unformatted.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-04-29 14:45:55 +0200
committer Olivier Galibert <galibert@pobox.com>2021-04-30 21:43:16 +0200
commite72e97b17457124eaffff07fe462795ac526480a (patch)
treecbbe169ada04f6d8659ebd0ffa9ec7badf2d8439 /src/lib/formats/fs_unformatted.cpp
parent7ae546e0b6d12ea3d02fb501a87f6d2a5b42817c (diff)
fs: Add full jasmin read support
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>;