aboutsummaryrefslogtreecommitdiffstats
path: root/os/fs/fs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'os/fs/fs.hpp')
-rw-r--r--os/fs/fs.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/fs/fs.hpp b/os/fs/fs.hpp
index 1ba2cfdc2..ed4a3e177 100644
--- a/os/fs/fs.hpp
+++ b/os/fs/fs.hpp
@@ -124,11 +124,6 @@ namespace chibios_fs {
class BaseFileSystemInterface {
public:
/**
- * @brief File system unmount and object destruction.
- */
- virtual ~BaseFileSystemInterface() = 0;
-
- /**
* @brief Returns an implementation dependent error code.
*
* @return An implementation-dependent error code.