* remove unused CommitAssets() hook for now

This commit is contained in:
Justin Clarke Casey
2008-07-07 19:18:44 +00:00
parent 0b2fcbfec4
commit 1813946937
10 changed files with 1 additions and 53 deletions

View File

@@ -304,13 +304,6 @@ namespace OpenSim.Data.MySQL
return assetExists;
}
/// <summary>
/// All writes are immediately commited to the database, so this is a no-op
/// </summary>
override public void CommitAssets()
{
}
#endregion
/// <summary>