diff options
Hopefully fixed the build error that I introduced with my last commit.
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index ce7d224..0fadb85 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs | |||
@@ -180,7 +180,7 @@ namespace OpenSim.Framework.Communications.Caches | |||
180 | 180 | ||
181 | public void DeleteAsset(LLUUID assetID) | 181 | public void DeleteAsset(LLUUID assetID) |
182 | { | 182 | { |
183 | this._assetServer.DeleteAsset(assetID); | 183 | // this._assetServer.DeleteAsset(assetID); |
184 | 184 | ||
185 | //Todo should delete it from memory too | 185 | //Todo should delete it from memory too |
186 | } | 186 | } |