From 7eb3b5a578065dbab49e3b61f058402ea9336ca9 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 19 Sep 2008 20:39:30 +0000 Subject: * minor: eliminate the current warnings * you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :) --- OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | 2 +- .../Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs index 42266ce..18a0baf 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs @@ -45,7 +45,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory public class RestAppearanceServices : IRest { private static readonly int PARM_USERID = 0; - private static readonly int PARM_PATH = 1; + //private static readonly int PARM_PATH = 1; private bool enabled = false; private string qPrefix = "appearance"; diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index 0462427..2df129b 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs @@ -253,7 +253,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid LLSDMap responseMap = new LLSDMap(); string rezHttpProtocol = "http://"; - string regionCapsHttpProtocol = "http://"; + //string regionCapsHttpProtocol = "http://"; string httpaddr = reg.ExternalHostName; string urlport = reg.HttpPort.ToString(); string requestpath = "/agent/" + UUID.Zero + "/rez_avatar/request"; @@ -261,7 +261,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid if (httpSSL) { rezHttpProtocol = "https://"; - regionCapsHttpProtocol = "https://"; + //regionCapsHttpProtocol = "https://"; urlport = httpsslport.ToString(); if (httpsCN.Length > 0) -- cgit v1.1