remove unused properties map

This commit is contained in:
Doug MacEachern 2007-03-03 21:57:32 +00:00
parent 013142eb93
commit 36bd793822

View File

@ -30,7 +30,7 @@ public class TestPdh extends SigarTestCase {
}
private void getValue(String key) throws Exception {
Pdh pdh = new Pdh(System.getProperties());
Pdh pdh = new Pdh();
assertGtEqZeroTrace("raw..." + key,
(long)pdh.getRawValue(key));