cleaning up warning

This commit is contained in:
Dr Scofield
2008-11-17 11:10:32 +00:00
parent 68019e8d98
commit a67dccefbf

View File

@@ -57,7 +57,8 @@ namespace OpenSim.Region.Environment.Scenes.Tests
[Test] [Test]
public void TestAddRootAgent() public void TestAddRootAgent()
{ {
Scene scene = SceneTestUtils.SetupScene(); // Scene scene = SceneTestUtils.SetupScene();
SceneTestUtils.SetupScene();
AgentCircuitData agent = new AgentCircuitData(); AgentCircuitData agent = new AgentCircuitData();
agent.AgentID = UUID.Zero; agent.AgentID = UUID.Zero;