aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAssetData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteAssetData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteAssetData.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteAssetData.cs b/OpenSim/Data/SQLite/SQLiteAssetData.cs
index 8fa09fc..dde05bd 100644
--- a/OpenSim/Data/SQLite/SQLiteAssetData.cs
+++ b/OpenSim/Data/SQLite/SQLiteAssetData.cs
@@ -223,19 +223,6 @@ namespace OpenSim.Data.SQLite
223 } 223 }
224 } 224 }
225 225
226 /// <summary>
227 /// commit
228 /// </summary>
229 override public void CommitAssets() // force a sync to the database
230 {
231 m_log.Info("[ASSET DB]: Attempting commit");
232 // lock (ds)
233 // {
234 // da.Update(ds, "assets");
235 // ds.AcceptChanges();
236 // }
237 }
238
239 /*********************************************************************** 226 /***********************************************************************
240 * 227 *
241 * Database Definition Functions 228 * Database Definition Functions