aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/RemoteConsole.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/Framework/Console/RemoteConsole.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/Framework/Console/RemoteConsole.cs')
-rw-r--r--OpenSim/Framework/Console/RemoteConsole.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs
index 1810614..67bff4c 100644
--- a/OpenSim/Framework/Console/RemoteConsole.cs
+++ b/OpenSim/Framework/Console/RemoteConsole.cs
@@ -50,8 +50,6 @@ namespace OpenSim.Framework.Console
50 // 50 //
51 public class RemoteConsole : CommandConsole 51 public class RemoteConsole : CommandConsole
52 { 52 {
53 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
54
55 private IHttpServer m_Server = null; 53 private IHttpServer m_Server = null;
56 private IConfigSource m_Config = null; 54 private IConfigSource m_Config = null;
57 55