diff options
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLDataStore.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLDataStore.cs b/OpenSim/Data/MSSQL/MSSQLDataStore.cs index 6b3b8ef..dd3d20e 100644 --- a/OpenSim/Data/MSSQL/MSSQLDataStore.cs +++ b/OpenSim/Data/MSSQL/MSSQLDataStore.cs | |||
@@ -1350,14 +1350,6 @@ namespace OpenSim.Data.MSSQL | |||
1350 | return param; | 1350 | return param; |
1351 | } | 1351 | } |
1352 | 1352 | ||
1353 | // TODO: unused | ||
1354 | // private SqlParameter createParamWithValue(string name, Type type, Object o) | ||
1355 | // { | ||
1356 | // SqlParameter param = createSqlParameter(name, type); | ||
1357 | // param.Value = o; | ||
1358 | // return param; | ||
1359 | // } | ||
1360 | |||
1361 | private void setupPrimCommands(SqlDataAdapter da, SqlConnection conn) | 1353 | private void setupPrimCommands(SqlDataAdapter da, SqlConnection conn) |
1362 | { | 1354 | { |
1363 | da.InsertCommand = createInsertCommand("prims", m_dataSet.Tables["prims"]); | 1355 | da.InsertCommand = createInsertCommand("prims", m_dataSet.Tables["prims"]); |