diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-15 13:59:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-15 14:01:05 +0200 |
commit | f25b78bd99a1eb0d81ce9993f514d0a625aaa776 (patch) | |
tree | b1f2d9922e61d0106d08b6c27c3d034ffb45e99d /io | |
parent | 353465ba86c90bc3c788d823259cd6a3c94e239e (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I9828862ea90a45848b3e8d21ec3ee960ce7c9015
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/opipe.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx index 490a9a5cc682..32c3c53396f5 100644 --- a/io/source/stm/opipe.cxx +++ b/io/source/stm/opipe.cxx @@ -114,8 +114,6 @@ private: sal_Int32 m_nBytesToSkip; - sal_Int8 *m_p; - sal_Bool m_bOutputStreamClosed; sal_Bool m_bInputStreamClosed; |