summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r--include/tools/stream.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index c627ed494998..370372aba454 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -156,9 +156,6 @@ private:
// Error codes, conversion, compression, ...
bool m_isDirty; ///< true: Stream != buffer content
- bool m_isConsistent; ///< false: Buffer contains data, which were
- ///< NOT allowed to be written by PutData
- ///< into the derived stream (cf. PutBack)
bool m_isSwap;
bool m_isEof;
ErrCode m_nError;