minor: remove a few mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-03 19:35:18 +00:00
parent af0e5d0974
commit 865d3f4b09
2 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ namespace OpenSim.Framework
Util.FireAndForget(
delegate(object o)
{
int threadIndex = (int)o;
// int threadIndex = (int)o;
while (exception == null)
{
@@ -126,7 +126,7 @@ namespace OpenSim.Framework
Util.FireAndForget(
delegate(object o)
{
int threadIndex = (int)o;
// int threadIndex = (int)o;
while (exception == null)
{
@@ -182,7 +182,7 @@ namespace OpenSim.Framework
Util.FireAndForget(
delegate(object o)
{
int threadIndex = (int)o;
// int threadIndex = (int)o;
while (exception == null)
{