aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/file.h b/common/file.h
index a98d23a96a..892395a184 100644
--- a/common/file.h
+++ b/common/file.h
@@ -133,12 +133,6 @@ public:
*/
bool ioFailed() const;
- /**
- * DEPRECATED: Don't use this unless you are still using ioFailed().
- * Reset the I/O error status.
- */
- void clearIOFailed();
-
bool err() const; // implement abstract Stream method
void clearErr(); // implement abstract Stream method
bool eos() const; // implement abstract SeekableReadStream method