summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_types.hxx')
-rw-r--r--mysqlc/source/mysqlc_types.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysqlc/source/mysqlc_types.hxx b/mysqlc/source/mysqlc_types.hxx
index 1f7540cd631c..ccdfc57a7993 100644
--- a/mysqlc/source/mysqlc_types.hxx
+++ b/mysqlc/source/mysqlc_types.hxx
@@ -36,9 +36,6 @@ struct TypeInfoDef {
const char *localTypeName;
sal_Int32 minScale;
sal_Int32 maxScale;
- sal_Int32 sqlDataType;
- sal_Int32 sqlDateTimeSub;
- sal_Int32 numPrecRadix;
};
extern TypeInfoDef mysqlc_types[];