* minor: remove warnings (the code cleaners strike again)

This commit is contained in:
Justin Clarke Casey
2008-10-03 14:18:17 +00:00
parent 36097a8198
commit 8c55f3eaa6
6 changed files with 20 additions and 23 deletions

View File

@@ -594,10 +594,10 @@ namespace OpenSim.Framework.Servers
case "application/xml":
default:
// Point of note.. the DoWeHaveA methods check for an EXACT path
if (request.RawUrl.Contains("/CAPS/EQG"))
{
int i = 1;
}
// if (request.RawUrl.Contains("/CAPS/EQG"))
// {
// int i = 1;
// }
if (DoWeHaveALLSDHandler(request.RawUrl))
{
HandleLLSDRequests(request, response);