diff options
author | Jeff Ames | 2009-08-26 13:03:18 +0900 |
---|---|---|
committer | Jeff Ames | 2009-08-26 14:02:52 +0900 |
commit | 02f937b0dcc3150774e423478377246f7b4744bf (patch) | |
tree | 4b045f449e2970d84cd95ac6f895e8d696e5df13 /OpenSim/Framework | |
parent | Formatting cleanup, minor refactoring. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/Console/RemoteConsole.cs | 2 |
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 | ||