aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs
diff options
context:
space:
mode:
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>