From 1894157dd3608a15c3336efc2d58eee0de092610 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 14 Apr 2009 17:15:09 +0000 Subject: * Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes) --- OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs') diff --git a/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs b/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs index f1c19fa..6e4dd1c 100644 --- a/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs @@ -554,11 +554,6 @@ namespace OpenSim.Framework.Communications.Cache } } - public override void Close() - { - throw new Exception("The method or operation is not implemented."); - } - #endregion } } -- cgit v1.1