-Werror,-Wunused-variable

Change-Id: I50ec542176d1f6dbc731a0b20380c77930aa8fdc
This commit is contained in:
Stephan Bergmann
2013-10-02 18:39:13 +02:00
parent 38e9686b5b
commit 2147871002

View File

@@ -38,7 +38,6 @@ namespace sax_expatwrap {
sal_Int32 XMLFile2UTFConverter::readAndConvert( Sequence<sal_Int8> &seq , sal_Int32 nMaxToRead )
throw ( IOException, NotConnectedException , BufferSizeExceededException , RuntimeException )
{
if( ! m_in.is() ) {
throw NotConnectedException();
}