diff options
author | Justin Clark-Casey (justincc) | 2014-10-03 00:43:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:18:39 +0000 |
commit | 13e2af7525ec33cba5d270c94bc3e2e00c62e8f3 (patch) | |
tree | be3ad168b3c11f1dced2e5ee90d2121395719aeb | |
parent | minor: remove compiler warning from OpenProfileClient (diff) | |
download | opensim-SC-13e2af7525ec33cba5d270c94bc3e2e00c62e8f3.zip opensim-SC-13e2af7525ec33cba5d270c94bc3e2e00c62e8f3.tar.gz opensim-SC-13e2af7525ec33cba5d270c94bc3e2e00c62e8f3.tar.bz2 opensim-SC-13e2af7525ec33cba5d270c94bc3e2e00c62e8f3.tar.xz |
minor: Remove compiler warning from GridRegion in IGridService
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs index c45ea76..36ce0a1 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Services.Interfaces | |||
126 | 126 | ||
127 | public class GridRegion | 127 | public class GridRegion |
128 | { | 128 | { |
129 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 129 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
130 | 130 | ||
131 | #pragma warning disable 414 | 131 | #pragma warning disable 414 |
132 | private static readonly string LogHeader = "[GRID REGION]"; | 132 | private static readonly string LogHeader = "[GRID REGION]"; |