Hopefully fixed the build error that I introduced with my last commit.

afrisby
MW 2007-09-15 10:53:46 +00:00
parent b931048b16
commit 12378312d5
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ namespace OpenSim.Framework.Communications.Caches
public void DeleteAsset(LLUUID assetID)
{
this._assetServer.DeleteAsset(assetID);
// this._assetServer.DeleteAsset(assetID);
//Todo should delete it from memory too
}