aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ConsoleClient/ConsoleClient.cs
diff options
context:
space:
mode:
authorJeff Ames2009-08-26 13:03:18 +0900
committerJeff Ames2009-08-26 14:02:52 +0900
commit02f937b0dcc3150774e423478377246f7b4744bf (patch)
tree4b045f449e2970d84cd95ac6f895e8d696e5df13 /OpenSim/ConsoleClient/ConsoleClient.cs
parentFormatting cleanup, minor refactoring. (diff)
downloadopensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.zip
opensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.tar.gz
opensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.tar.bz2
opensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.tar.xz
Fix some compile warnings.
Diffstat (limited to 'OpenSim/ConsoleClient/ConsoleClient.cs')
-rw-r--r--OpenSim/ConsoleClient/ConsoleClient.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/ConsoleClient/ConsoleClient.cs b/OpenSim/ConsoleClient/ConsoleClient.cs
index 319584f..783adef 100644
--- a/OpenSim/ConsoleClient/ConsoleClient.cs
+++ b/OpenSim/ConsoleClient/ConsoleClient.cs
@@ -39,10 +39,6 @@ namespace OpenSim.ConsoleClient
39{ 39{
40 public class OpenSimConsoleClient 40 public class OpenSimConsoleClient
41 { 41 {
42 private static readonly ILog m_log =
43 LogManager.GetLogger(
44 MethodBase.GetCurrentMethod().DeclaringType);
45
46 protected static ServicesServerBase m_Server = null; 42 protected static ServicesServerBase m_Server = null;
47 private static string m_Host; 43 private static string m_Host;
48 private static int m_Port; 44 private static int m_Port;