From 4e6b448b998e3589baa2de46fb2135f1162695ed Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 9 Nov 2018 08:45:45 +0200 Subject: 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 --- include/tools/stream.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/tools') 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; -- cgit