From a1aea9418f860595641da8dcc971f656eaacf8a3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Nov 2013 18:04:38 +0100 Subject: -Werror,-Wunused-member-function Change-Id: I7f59e3ac50a055486cd1f1dd2d887d38a3ad92c7 --- connectivity/source/commontools/RowFunctionParser.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'connectivity/source') diff --git a/connectivity/source/commontools/RowFunctionParser.cxx b/connectivity/source/commontools/RowFunctionParser.cxx index 9f1c7c2ed1a6..8e2e4376136c 100644 --- a/connectivity/source/commontools/RowFunctionParser.cxx +++ b/connectivity/source/commontools/RowFunctionParser.cxx @@ -197,11 +197,6 @@ public: { mpContext->maOperandStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( new ORowSetValueDecorator( n ) ) ) ); } - void operator()( StringIteratorT rFirst,StringIteratorT rSecond) const - { - OUString sVal( rFirst, rSecond - rFirst, RTL_TEXTENCODING_UTF8 ); - (void)sVal; - } }; /** Implements a binary function over two ExpressionNodes -- cgit v1.2.3