minor: remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-11-10 19:06:01 +00:00
parent 5d1d5a22a9
commit 0f22013ae4
7 changed files with 16 additions and 16 deletions

View File

@@ -871,7 +871,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
Stop(100);
Running = run;
return ScriptSerializer.Serialize(this);
Running = false;
}
}
}