diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-02 19:34:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-02 19:34:09 +0300 |
commit | 1d1b861f6ddcf492bc7bd0604ac6fddc498a40d9 (patch) | |
tree | 320903c44b0682e940dd91776cd3113ab93275c2 /sax/source/expatwrap | |
parent | edba11021beaf93c211573d3865a6b0a966ad010 (diff) |
WaE: unused variable
Change-Id: I15cdfface36f75180e5f5962c1be4d4ceb2728b9
Diffstat (limited to 'sax/source/expatwrap')
-rw-r--r-- | sax/source/expatwrap/xml2utf.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sax/source/expatwrap/xml2utf.cxx b/sax/source/expatwrap/xml2utf.cxx index 34440bfa534c..ee14f7817443 100644 --- a/sax/source/expatwrap/xml2utf.cxx +++ b/sax/source/expatwrap/xml2utf.cxx @@ -39,8 +39,6 @@ sal_Int32 XMLFile2UTFConverter::readAndConvert( Sequence<sal_Int8> &seq , sal_In throw ( IOException, NotConnectedException , BufferSizeExceededException , RuntimeException ) { - Sequence<sal_Int8> seqIn; - if( ! m_in.is() ) { throw NotConnectedException(); } |