Fix some compile warnings.

This commit is contained in:
Jeff Ames
2009-08-26 13:03:18 +09:00
parent 256624566f
commit 02f937b0dc
3 changed files with 0 additions and 8 deletions

View File

@@ -40,8 +40,6 @@ namespace OpenSim.ConsoleClient
public class Requester
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public static void MakeRequest(string requestUrl, string data,
ReplyDelegate action)
{