summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-09 08:45:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-09 18:35:42 +0100
commit4e6b448b998e3589baa2de46fb2135f1162695ed (patch)
treee1947b624c17e5fe4b901d38e3c59cc5cf3b0437 /include
parentd75563504643f4b4f8275cb754ec5ab4d786b7ad (diff)
SvStream::m_isConsistent is always true
ever since commit a3b0ee88be3c6bff94ec6fe908f209c1dbb9748d Date: Sun Jul 10 22:17:35 2011 +0100 strip out unused methods found by loplugin:singlevalfields Change-Id: I4feab1195f78549a48f4b1a9017bc5101474228f Reviewed-on: https://gerrit.libreoffice.org/63173 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-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;