minor: Remove mono compiler warnings from LSL_ApiHttpTests

user_profiles
Justin Clark-Casey (justincc) 2013-03-11 23:01:07 +00:00
parent e898a5fec5
commit be686f80a3
1 changed files with 0 additions and 1 deletions

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