kvm: fix test for non-osx platforms

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-05-22 12:10:53 +01:00
parent 9e9b231672
commit 0120e906e5
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ public class MemStat {
private Map<String, Double> _memStats = new HashMap<String, Double>();
public MemStat() {
refresh();
}
public Double getTotal() {