diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 15:52:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 17:50:41 +0100 |
commit | d32289d715f7182b9e82a4d3fde9cfcf87517da3 (patch) | |
tree | bc44f9a34cfecf4d996c25f73d0b3a752a350353 /connectivity | |
parent | bf71fe152b8e04be92def48c9aecec98d57f5f35 (diff) |
loplugin:unusedmethods
Change-Id: I698981490eb1391930cdd06821a80a5f770e000e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90109
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_connection.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx index b05639179e7d..f8d19c406b18 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.hxx +++ b/connectivity/source/drivers/postgresql/pq_connection.hxx @@ -64,23 +64,6 @@ namespace pq_sdbc_driver { struct ConnectionSettings; - - -// Logging API - -enum class LogLevel -{ - NONE = 0, - Error, - Sql, - Info, - LAST = Info -}; -bool isLog(ConnectionSettings const *settings, LogLevel nLevel); -void log(ConnectionSettings *settings, LogLevel nLevel, const OUString &logString); -void log(ConnectionSettings *settings, LogLevel nLevel, const char *str); - - class Tables; class Views; struct ConnectionSettings |