* minor: remove mono warning

This commit is contained in:
Justin Clarke Casey
2008-10-30 19:32:36 +00:00
parent 80e87747f3
commit 9f9d97c57b

View File

@@ -375,7 +375,6 @@ namespace OpenSim.Data.Tests
UUID creator = new UUID();
creator = UUID.Random();
TaskInventoryDictionary dic = new TaskInventoryDictionary();
uint objf = (uint) random.Next();
localID = localID + 1;
string name = "West Adam";
byte material = (byte) random.Next(255);