summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/MacabStatement.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-01 10:32:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-01 13:40:35 +0200
commitb51fe8ddc167dc8673a4e93dfd37e9f925f755ac (patch)
treeb118cfa9fcb39c1d4d01125bd895bcd67d7d7408 /connectivity/source/drivers/macab/MacabStatement.hxx
parent715569984e9b536a735e173a687ca143388e311e (diff)
Remove unused m_aBatchVector members
Change-Id: I7b7ff3295fa5eb87d113b48dcff0cf3c0b12b4ff Reviewed-on: https://gerrit.libreoffice.org/41780 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity/source/drivers/macab/MacabStatement.hxx')
-rw-r--r--connectivity/source/drivers/macab/MacabStatement.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/macab/MacabStatement.hxx b/connectivity/source/drivers/macab/MacabStatement.hxx
index 4beb8765c2d4..3c8187016499 100644
--- a/connectivity/source/drivers/macab/MacabStatement.hxx
+++ b/connectivity/source/drivers/macab/MacabStatement.hxx
@@ -22,7 +22,6 @@
#include "MacabConnection.hxx"
#include "MacabHeader.hxx"
-#include <vector>
#include <connectivity/sqliterator.hxx>
#include <connectivity/sqlparse.hxx>
#include <com/sun/star/sdbc/XStatement.hpp>
@@ -54,7 +53,6 @@ namespace connectivity
css::sdbc::SQLWarning m_aLastWarning;
protected:
- std::vector< OUString> m_aBatchVector;
connectivity::OSQLParser m_aParser;
connectivity::OSQLParseTreeIterator m_aSQLIterator;
connectivity::OSQLParseNode* m_pParseTree;