mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* remove unused CommitAssets() hook for now
This commit is contained in:
@@ -223,19 +223,6 @@ namespace OpenSim.Data.SQLite
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// commit
|
||||
/// </summary>
|
||||
override public void CommitAssets() // force a sync to the database
|
||||
{
|
||||
m_log.Info("[ASSET DB]: Attempting commit");
|
||||
// lock (ds)
|
||||
// {
|
||||
// da.Update(ds, "assets");
|
||||
// ds.AcceptChanges();
|
||||
// }
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
*
|
||||
* Database Definition Functions
|
||||
|
||||
Reference in New Issue
Block a user