mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Remove unused function, one less warning
This commit is contained in:
@@ -886,13 +886,6 @@ namespace OpenSim.DataStore.MonoSqlite
|
||||
param.SourceVersion = DataRowVersion.Current;
|
||||
return param;
|
||||
}
|
||||
|
||||
private SqliteParameter createParamWithValue(string name, Type type, Object o)
|
||||
{
|
||||
SqliteParameter param = createSqliteParameter(name, type);
|
||||
param.Value = o;
|
||||
return param;
|
||||
}
|
||||
|
||||
private void setupPrimCommands(SqliteDataAdapter da, SqliteConnection conn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user