minor: remove a few mono compiler warnings
parent
af0e5d0974
commit
865d3f4b09
|
@ -69,7 +69,7 @@ namespace OpenSim.Framework
|
||||||
Util.FireAndForget(
|
Util.FireAndForget(
|
||||||
delegate(object o)
|
delegate(object o)
|
||||||
{
|
{
|
||||||
int threadIndex = (int)o;
|
// int threadIndex = (int)o;
|
||||||
|
|
||||||
while (exception == null)
|
while (exception == null)
|
||||||
{
|
{
|
||||||
|
@ -126,7 +126,7 @@ namespace OpenSim.Framework
|
||||||
Util.FireAndForget(
|
Util.FireAndForget(
|
||||||
delegate(object o)
|
delegate(object o)
|
||||||
{
|
{
|
||||||
int threadIndex = (int)o;
|
// int threadIndex = (int)o;
|
||||||
|
|
||||||
while (exception == null)
|
while (exception == null)
|
||||||
{
|
{
|
||||||
|
@ -182,7 +182,7 @@ namespace OpenSim.Framework
|
||||||
Util.FireAndForget(
|
Util.FireAndForget(
|
||||||
delegate(object o)
|
delegate(object o)
|
||||||
{
|
{
|
||||||
int threadIndex = (int)o;
|
// int threadIndex = (int)o;
|
||||||
|
|
||||||
while (exception == null)
|
while (exception == null)
|
||||||
{
|
{
|
||||||
|
|
|
@ -35,7 +35,7 @@ namespace OpenSim.Framework
|
||||||
{
|
{
|
||||||
public static class ThreadTracker
|
public static class ThreadTracker
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
public static ProcessThreadCollection GetThreads()
|
public static ProcessThreadCollection GetThreads()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue