From 0d8284c7a1f5184ce50edfdf40c0b8361893426e Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 10 Aug 2009 08:14:57 -0700 Subject: Removed IAssetCache. WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml --- OpenSim/Region/Application/OpenSim.cs | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 629fed6..6ea04cf 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -416,14 +416,7 @@ namespace OpenSim private void HandleClearAssets(string module, string[] args) { - if (AssetCache != null) - { - AssetCache.Clear(); - } - else - { - m_log.Info("Asset cache is not configured."); - } + m_log.Info("Not implemented."); } private void HandleForceUpdate(string module, string[] args) @@ -815,14 +808,7 @@ namespace OpenSim switch (showParams[0]) { case "assets": - if (AssetCache != null) - { - AssetCache.ShowState(); - } - else - { - m_log.Info("Asset cache is not configured."); - } + m_log.Info("Not implemented."); break; case "users": -- cgit v1.1