* 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 :)
0.6.0-stable
Justin Clarke Casey 2008-09-19 20:39:30 +00:00
parent e518fe5d34
commit 7eb3b5a578
2 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -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)