aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stream.h')
-rw-r--r--common/stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/stream.h b/common/stream.h
index 3a1391e2ba..ca2ad6721e 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -177,12 +177,6 @@ public:
// in general should not overload them.
/**
- * DEPRECATED
- * Default implementation for backward compatibility
- */
- inline bool ioFailed() { return (eos() || err()); }
-
- /**
* Read an unsigned byte from the stream and return it.
* Performs no error checking. The return value is undefined
* if a read error occurred (for which client code can check by