aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-07 19:18:44 +0000
committerJustin Clarke Casey2008-07-07 19:18:44 +0000
commit1813946937267edde79cb471c357f6cd85efd8ec (patch)
treecd9854a7d72409a094ac23fed9677cf438568944 /OpenSim/Data/MySQL/MySQLAssetData.cs
parent* Start scripts loaded from an archive (diff)
downloadopensim-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 'OpenSim/Data/MySQL/MySQLAssetData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLAssetData.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs
index 3557243..6cb0b4c 100644
--- a/OpenSim/Data/MySQL/MySQLAssetData.cs
+++ b/OpenSim/Data/MySQL/MySQLAssetData.cs
@@ -304,13 +304,6 @@ namespace OpenSim.Data.MySQL
304 return assetExists; 304 return assetExists;
305 } 305 }
306 306
307 /// <summary>
308 /// All writes are immediately commited to the database, so this is a no-op
309 /// </summary>
310 override public void CommitAssets()
311 {
312 }
313
314 #endregion 307 #endregion
315 308
316 /// <summary> 309 /// <summary>