diff options
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLAssetData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLAssetData.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLAssetData.cs b/OpenSim/Data/MSSQL/MSSQLAssetData.cs index 3f2e8a7..108ceb1 100644 --- a/OpenSim/Data/MSSQL/MSSQLAssetData.cs +++ b/OpenSim/Data/MSSQL/MSSQLAssetData.cs | |||
@@ -203,13 +203,6 @@ namespace OpenSim.Data.MSSQL | |||
203 | return false; | 203 | return false; |
204 | } | 204 | } |
205 | 205 | ||
206 | /// <summary> | ||
207 | /// All writes are immediately commited to the database, so this is a no-op | ||
208 | /// </summary> | ||
209 | override public void CommitAssets() | ||
210 | { | ||
211 | } | ||
212 | |||
213 | #endregion | 206 | #endregion |
214 | 207 | ||
215 | #region IPlugin Members | 208 | #region IPlugin Members |