diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/Statement.cxx')
-rw-r--r-- | connectivity/source/drivers/firebird/Statement.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/firebird/Statement.cxx b/connectivity/source/drivers/firebird/Statement.cxx index 671f50107542..62bff6d0aa28 100644 --- a/connectivity/source/drivers/firebird/Statement.cxx +++ b/connectivity/source/drivers/firebird/Statement.cxx @@ -50,9 +50,8 @@ using namespace ::osl; using namespace ::std; // ---- XBatchExecution - UNSUPPORTED ---------------------------------------- -void SAL_CALL OStatement::addBatch(const OUString& sql) +void SAL_CALL OStatement::addBatch(const OUString&) { - (void) sql; } void SAL_CALL OStatement::clearBatch() |