diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/stream.h | 6 |
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 |