summaryrefslogtreecommitdiff
path: root/include/connectivity/sqlparse.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-24 09:05:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-24 11:02:19 +0200
commit3e4b0bde6252b80ccc99c8b9ae261d79456ba026 (patch)
tree2013dd4708bea9d1ae542704ef8bb85704e12573 /include/connectivity/sqlparse.hxx
parent351202fd9bff1a9cf5b82d6aef5df14a4222a5e9 (diff)
loplugin:unusedfields some untouched fields
which lead to a whole bunch of dead code in vcl/.../i18n_status.cxx Change-Id: Id8eeadeb9cbc6107e1a0dac5801ce20b2b9ae6dc Reviewed-on: https://gerrit.libreoffice.org/40355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity/sqlparse.hxx')
-rw-r--r--include/connectivity/sqlparse.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index eb1f7e075df5..7651162b3e30 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -113,11 +113,6 @@ namespace connectivity
{
css::lang::Locale aLocale;
::connectivity::SQLError aErrors;
-
- OSQLParser_Data( const css::uno::Reference< css::uno::XComponentContext >& _rxContext )
- :aErrors( _rxContext )
- {
- }
};
/** Parser for SQL92