diff options
Diffstat (limited to 'backends/fs/abstract-fs.h')
-rw-r--r-- | backends/fs/abstract-fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/fs/abstract-fs.h b/backends/fs/abstract-fs.h index bb7669739f..fed2b9b4c5 100644 --- a/backends/fs/abstract-fs.h +++ b/backends/fs/abstract-fs.h @@ -122,11 +122,6 @@ public: virtual bool isReadable() const = 0; /** - * Indicates whether this path is valid or not for usage. - */ - virtual bool isValid() const = 0; - - /** * Indicates whether this path can be written to or not. */ virtual bool isWritable() const = 0; |