diff options
author | Justin Clarke Casey | 2008-07-07 19:18:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-07 19:18:44 +0000 |
commit | 1813946937267edde79cb471c357f6cd85efd8ec (patch) | |
tree | cd9854a7d72409a094ac23fed9677cf438568944 /OpenSim/Data/MSSQL/MSSQLAssetData.cs | |
parent | * Start scripts loaded from an archive (diff) | |
download | opensim-SC_OLD-1813946937267edde79cb471c357f6cd85efd8ec.zip opensim-SC_OLD-1813946937267edde79cb471c357f6cd85efd8ec.tar.gz opensim-SC_OLD-1813946937267edde79cb471c357f6cd85efd8ec.tar.bz2 opensim-SC_OLD-1813946937267edde79cb471c357f6cd85efd8ec.tar.xz |
* remove unused CommitAssets() hook for now
Diffstat (limited to '')
-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 |