* minor: eliminate some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-10-24 21:40:05 +00:00
parent 7b224677c1
commit c519b80680
3 changed files with 4 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
uint port = 666;
testLLUDPServer.Initialise(null, ref port, 0, false, userSettings, null, acm);
LLPacketServer packetServer = new LLPacketServer(testLLUDPServer, userSettings);
new LLPacketServer(testLLUDPServer, userSettings);
testLLUDPServer.LocalScene = new MockScene();
UseCircuitCodePacket uccp = new UseCircuitCodePacket();