summaryrefslogtreecommitdiffstats
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-21 14:26:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-21 18:44:29 +0200
commit4c945b22fc42eb7a52864018cbca88358e71fd4d (patch)
tree582dad7232dcd43e00029f5573f9896a93c71ca8 /include/connectivity
parentcoverity#1438870 Big parameter passed by value (diff)
downloadcore-4c945b22fc42eb7a52864018cbca88358e71fd4d.tar.gz
core-4c945b22fc42eb7a52864018cbca88358e71fd4d.zip
new loplugin:methodcycles
look for closed cycles of methods i.e. unused code that would not otherwise be found by the unusedmethods loplugin Change-Id: I3fb052132d97aabca573bb8e9fc424201b1e2042 Reviewed-on: https://gerrit.libreoffice.org/60875 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/sqliterator.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx
index d10bc71ea81d..f62d6790a63f 100644
--- a/include/connectivity/sqliterator.hxx
+++ b/include/connectivity/sqliterator.hxx
@@ -255,9 +255,6 @@ namespace connectivity
OUString &_rColumnName,
OUString& _rTableRange);
- // empty if ambiguous
- bool getColumnTableRange(const OSQLParseNode* pNode, OUString &rTableRange) const;
-
// return true when the tableNode is a rule like catalog_name, schema_name or table_name
static bool isTableNode(const OSQLParseNode* _pTableNode);
@@ -268,8 +265,6 @@ namespace connectivity
::std::vector< TNodePair >& getJoinConditions() const;
private:
- // helper to implement getColumnTableRange
- bool impl_getColumnTableRange(const OSQLParseNode* pNode, OUString &rTableRange) const;
/** traverses the list of table names, and fills _rTables
*/