summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-03 15:34:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-04 08:35:48 +0200
commitb3499a00fc7c1ce3393577c592b9ac6771d2a922 (patch)
tree412c45e7ef85d5851fbabe784665db195bbb2cea /connectivity/source/drivers/evoab2/NPreparedStatement.hxx
parentbc37a4c803cf16e969e51a67349ff83bd4de0fb0 (diff)
loplugin:unusedfields
Change-Id: I6bf3de7ba6e6bff2fd607156a0dcdd554887e491 Reviewed-on: https://gerrit.libreoffice.org/39475 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/evoab2/NPreparedStatement.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
index 51bfd46d4d1f..e9b0b8ec7961 100644
--- a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
@@ -46,19 +46,6 @@ namespace connectivity
,public OPreparedStatement_BASE
{
protected:
- struct Parameter
- {
- css::uno::Any aValue;
- sal_Int32 nDataType;
-
- Parameter(const css::uno::Any& rValue, sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType)
- {
- }
-
- };
-
- std::vector< Parameter> m_aParameters;
-
// Data attributes