* removed redundant constructor
parent
88a14c9a76
commit
ed74b8af5f
|
@ -13,10 +13,6 @@ namespace OpenSim.Framework.Data.MapperFactory
|
|||
MYSQL,
|
||||
};
|
||||
|
||||
public DataMapperFactory() {
|
||||
|
||||
}
|
||||
|
||||
static public BaseDatabaseConnector GetDataBaseMapper(MAPPER_TYPE type, string connectionString)
|
||||
{
|
||||
switch (type) {
|
||||
|
|
Loading…
Reference in New Issue