aboutsummaryrefslogtreecommitdiff
path: root/common/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/fs.h')
-rw-r--r--common/fs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/fs.h b/common/fs.h
index 6b0a587e1b..328bebb15b 100644
--- a/common/fs.h
+++ b/common/fs.h
@@ -194,11 +194,6 @@ public:
virtual bool isReadable() const;
/**
- * Indicates whether this path is valid or not for usage.
- */
- bool isValid() const;
-
- /**
* Indicates whether this path can be written to or not.
*/
virtual bool isWritable() const;