summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-02 08:58:14 +0200
committerNoel Grandin <noel@peralex.com>2015-03-02 08:59:19 +0200
commit4a87597e424dea17ac60f17af937961440295757 (patch)
tree848b818563d3697fa0df115ffd43e5f14eb1d04b /connectivity
parent08a9452b677bc68f56fbac3638cfaeff9f90b1eb (diff)
remove unused struct
Change-Id: Icabf74fde82e917826f20ffdc8fcd71a26538bbe
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_databasemetadata.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 8d7695ed9ae5..d334dca139a7 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -2214,17 +2214,6 @@ static sal_Int32 getMaxScale( sal_Int32 dataType )
}
-struct RawType
-{
- const char * typeName;
- const char * createParam;
- sal_Int32 sdbcType;
- sal_Int32 precision;
- sal_Int32 nullable;
- bool caseSensitive;
- sal_Int32 searchable;
-};
-
static void pgTypeInfo2ResultSet(
SequenceAnyVector &vec,
const Reference< XResultSet > &rs )