remove unused properties map

This commit is contained in:
Doug MacEachern 2007-03-03 21:57:32 +00:00
parent 013142eb93
commit 36bd793822
1 changed files with 1 additions and 1 deletions

View File

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