mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* removed redundant constructor
This commit is contained in:
@@ -13,10 +13,6 @@ namespace OpenSim.Framework.Data.MapperFactory
|
||||
MYSQL,
|
||||
};
|
||||
|
||||
public DataMapperFactory() {
|
||||
|
||||
}
|
||||
|
||||
static public BaseDatabaseConnector GetDataBaseMapper(MAPPER_TYPE type, string connectionString)
|
||||
{
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user