remove extraneous code that was accidentally committed.

This commit is contained in:
markpollack
2010-04-08 20:04:08 +00:00
parent e1969d855c
commit 1d850066b3

View File

@@ -49,13 +49,5 @@ namespace Spring.Objects.Factory.Config
Assert.IsNull(vs.ResolveVariable("dummy"));
}
[Test]
public void EnviornmentStuff()
{
long size = Environment.WorkingSet;
int procCount = Environment.ProcessorCount;
Console.WriteLine("working set : " + size);
Console.WriteLine("Processor count : " + procCount);
}
}
}