Kaydet (Commit) 4a87597e authored tarafından Noel Grandin's avatar Noel Grandin

remove unused struct

Change-Id: Icabf74fde82e917826f20ffdc8fcd71a26538bbe
üst 08a9452b
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment