diff options
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(); } |