diff options
author | Justin Clark-Casey (justincc) | 2011-05-06 22:47:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-06 22:47:41 +0100 |
commit | 04ecd748d98e5b66446912debe06af6975e66560 (patch) | |
tree | 0cc0a1610c1d6a5ea15c366a1563c75087c6ea7e /OpenSim/Capabilities/Caps.cs | |
parent | minor: remove mono compiler warnings (diff) | |
download | opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.zip opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.gz opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.bz2 opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.xz |
remove further mono compiler warnings
Diffstat (limited to 'OpenSim/Capabilities/Caps.cs')
-rw-r--r-- | OpenSim/Capabilities/Caps.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Capabilities/Caps.cs b/OpenSim/Capabilities/Caps.cs index e188896..56ccfd6 100644 --- a/OpenSim/Capabilities/Caps.cs +++ b/OpenSim/Capabilities/Caps.cs | |||
@@ -50,8 +50,8 @@ namespace OpenSim.Framework.Capabilities | |||
50 | 50 | ||
51 | public class Caps | 51 | public class Caps |
52 | { | 52 | { |
53 | private static readonly ILog m_log = | 53 | // private static readonly ILog m_log = |
54 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 54 | // LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
55 | 55 | ||
56 | private string m_httpListenerHostName; | 56 | private string m_httpListenerHostName; |
57 | private uint m_httpListenPort; | 57 | private uint m_httpListenPort; |