minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-07-15 20:49:58 +00:00
parent d89cf47d50
commit 5815162d7e
11 changed files with 18 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenSim.Server.Handlers.Tests.Asset
{
TestHelper.InMethod();
AssetServerGetHandler handler = new AssetServerGetHandler(null);
new AssetServerGetHandler(null);
}
[Test]