summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 10:00:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:03 +0100
commitf7450d02665f8f6940d2f115ef16fb98d166403e (patch)
treebec81bccb1c6f6867679a0ec9727f03ee6a4722a /dbaccess
parent32f125f6e3022bc9d938ebe7c9165f73c5943ce4 (diff)
-Werror,-Wunused-member-function
Change-Id: I6b4b3f8c272dcd5663920310e40647d7730c54d5
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/misc/dsntypes.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/core/misc/dsntypes.cxx b/dbaccess/source/core/misc/dsntypes.cxx
index 42c7ccf464f6..da1b59ef12b8 100644
--- a/dbaccess/source/core/misc/dsntypes.cxx
+++ b/dbaccess/source/core/misc/dsntypes.cxx
@@ -385,12 +385,6 @@ DATASOURCE_TYPE ODsnTypeCollection::determineType(const OUString& _rDsn) const
const DATASOURCE_TYPE eType;
const bool bMatchComplete;
- KnownPrefix()
- :pAsciiPrefix( NULL )
- ,eType( DST_UNKNOWN )
- ,bMatchComplete( false )
- {
- }
KnownPrefix( const sal_Char* _p, const DATASOURCE_TYPE _t, const bool _m )
:pAsciiPrefix( _p )
,eType ( _t )