summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_statics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_statics.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_statics.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statics.cxx b/connectivity/source/drivers/postgresql/pq_statics.cxx
index 81ff74f0e124..935a634a6459 100644
--- a/connectivity/source/drivers/postgresql/pq_statics.cxx
+++ b/connectivity/source/drivers/postgresql/pq_statics.cxx
@@ -106,13 +106,6 @@ static Sequence< OUString > createStringSequence( const char * name[] )
return seq;
}
-static Sequence< sal_Int8 > generateImplementationId()
-{
- Sequence< sal_Int8 > seq( 16 );
- rtl_createUuid( (sal_uInt8*)seq.getArray(), 0 , sal_False );
- return seq;
-}
-
struct PropertyDef
{
PropertyDef( const OUString &str, const Type &t )