diff options
author | Justin Clark-Casey (justincc) | 2009-11-03 19:35:18 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-03 19:35:18 +0000 |
commit | 865d3f4b092874b23ff11012fb510721679350b0 (patch) | |
tree | 5cd190613ef644ac526ab34ec48d3f6fae98c8f9 /OpenSim/Framework/ThreadTracker.cs | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-865d3f4b092874b23ff11012fb510721679350b0.zip opensim-SC_OLD-865d3f4b092874b23ff11012fb510721679350b0.tar.gz opensim-SC_OLD-865d3f4b092874b23ff11012fb510721679350b0.tar.bz2 opensim-SC_OLD-865d3f4b092874b23ff11012fb510721679350b0.tar.xz |
minor: remove a few mono compiler warnings
Diffstat (limited to 'OpenSim/Framework/ThreadTracker.cs')
-rw-r--r-- | OpenSim/Framework/ThreadTracker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ThreadTracker.cs b/OpenSim/Framework/ThreadTracker.cs index b68d9b3..069e98b 100644 --- a/OpenSim/Framework/ThreadTracker.cs +++ b/OpenSim/Framework/ThreadTracker.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Framework | |||
35 | { | 35 | { |
36 | public static class ThreadTracker | 36 | public static class ThreadTracker |
37 | { | 37 | { |
38 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 38 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
39 | 39 | ||
40 | public static ProcessThreadCollection GetThreads() | 40 | public static ProcessThreadCollection GetThreads() |
41 | { | 41 | { |