diff options
author | Justin Clark-Casey (justincc) | 2009-11-11 15:56:14 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-11 15:56:14 +0000 |
commit | 1fa037a0c3cf511c735afd369a440d80ec5b8a67 (patch) | |
tree | 094d8d26a1b4c0020d03900024fcf8f731e20767 /OpenSim/Grid | |
parent | add a ToOmvPrimitive() method to PrimitiveBaseShape (diff) | |
download | opensim-SC_OLD-1fa037a0c3cf511c735afd369a440d80ec5b8a67.zip opensim-SC_OLD-1fa037a0c3cf511c735afd369a440d80ec5b8a67.tar.gz opensim-SC_OLD-1fa037a0c3cf511c735afd369a440d80ec5b8a67.tar.bz2 opensim-SC_OLD-1fa037a0c3cf511c735afd369a440d80ec5b8a67.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/MessagingServer.Modules/MessageRegionModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer.Modules/MessageRegionModule.cs b/OpenSim/Grid/MessagingServer.Modules/MessageRegionModule.cs index dedf876..b9d3f22 100644 --- a/OpenSim/Grid/MessagingServer.Modules/MessageRegionModule.cs +++ b/OpenSim/Grid/MessagingServer.Modules/MessageRegionModule.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.MessagingServer.Modules | |||
48 | { | 48 | { |
49 | public class MessageRegionModule : IMessageRegionLookup | 49 | public class MessageRegionModule : IMessageRegionLookup |
50 | { | 50 | { |
51 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 51 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
52 | 52 | ||
53 | private MessageServerConfig m_cfg; | 53 | private MessageServerConfig m_cfg; |
54 | 54 | ||