mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Spring cleaned a bunch of '//TODO: unused' marked functions.
This commit is contained in:
@@ -1350,14 +1350,6 @@ namespace OpenSim.Data.MSSQL
|
||||
return param;
|
||||
}
|
||||
|
||||
// TODO: unused
|
||||
// private SqlParameter createParamWithValue(string name, Type type, Object o)
|
||||
// {
|
||||
// SqlParameter param = createSqlParameter(name, type);
|
||||
// param.Value = o;
|
||||
// return param;
|
||||
// }
|
||||
|
||||
private void setupPrimCommands(SqlDataAdapter da, SqlConnection conn)
|
||||
{
|
||||
da.InsertCommand = createInsertCommand("prims", m_dataSet.Tables["prims"]);
|
||||
|
||||
Reference in New Issue
Block a user