minor: Remove mono compiler warnings from LSL_ApiHttpTests

This commit is contained in:
Justin Clark-Casey (justincc)
2013-03-11 23:01:07 +00:00
parent e898a5fec5
commit be686f80a3

View File

@@ -209,7 +209,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
+= (itemId, evp) => m_lslApi.llHTTPResponse(evp.Params[0].ToString(), 200, testResponse);
// Console.WriteLine("Trying {0}", returnedUri);
HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(returnedUri);
AssertHttpResponse(returnedUri, testResponse);