summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 09:22:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:02 +0100
commit2b9d8d6b2f661c9aa08fd01e87949f6c01706c16 (patch)
treee15e0792f6a85f5632a912c02681600ccacb6af2 /connectivity
parent1951bd9e4d9ef9a9524b8c22442e283923b05444 (diff)
-Werror,-Wunused-member-function
Change-Id: Iea28e36ca398018acbae44517c378bb4b188a0b0
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/dbtools.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx
index c2df4738fe67..b5d578e380c0 100644
--- a/connectivity/source/commontools/dbtools.cxx
+++ b/connectivity/source/commontools/dbtools.cxx
@@ -758,12 +758,6 @@ namespace
const bool bCatalogs;
const bool bSchemas;
- NameComponentSupport( )
- :bCatalogs( true )
- ,bSchemas( true )
- {
- }
-
NameComponentSupport( const bool _bCatalogs, const bool _bSchemas )
:bCatalogs( _bCatalogs )
,bSchemas( _bSchemas )