Fix some compile warnings.
parent
256624566f
commit
02f937b0dc
|
@ -39,10 +39,6 @@ namespace OpenSim.ConsoleClient
|
||||||
{
|
{
|
||||||
public class OpenSimConsoleClient
|
public class OpenSimConsoleClient
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log =
|
|
||||||
LogManager.GetLogger(
|
|
||||||
MethodBase.GetCurrentMethod().DeclaringType);
|
|
||||||
|
|
||||||
protected static ServicesServerBase m_Server = null;
|
protected static ServicesServerBase m_Server = null;
|
||||||
private static string m_Host;
|
private static string m_Host;
|
||||||
private static int m_Port;
|
private static int m_Port;
|
||||||
|
|
|
@ -40,8 +40,6 @@ namespace OpenSim.ConsoleClient
|
||||||
|
|
||||||
public class Requester
|
public class Requester
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
|
||||||
|
|
||||||
public static void MakeRequest(string requestUrl, string data,
|
public static void MakeRequest(string requestUrl, string data,
|
||||||
ReplyDelegate action)
|
ReplyDelegate action)
|
||||||
{
|
{
|
||||||
|
|
|
@ -50,8 +50,6 @@ namespace OpenSim.Framework.Console
|
||||||
//
|
//
|
||||||
public class RemoteConsole : CommandConsole
|
public class RemoteConsole : CommandConsole
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
|
||||||
|
|
||||||
private IHttpServer m_Server = null;
|
private IHttpServer m_Server = null;
|
||||||
private IConfigSource m_Config = null;
|
private IConfigSource m_Config = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue