Drop unused last parameter

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1066393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-02-02 09:44:55 +00:00
parent 84074bf247
commit 4fcfb53d8f
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ public class FastMathTestPerformance {
System.getProperty("java.version"), System.getProperty("java.version"),
System.getProperty("java.runtime.version","?"), System.getProperty("java.runtime.version","?"),
System.getProperty("java.vm.name"), System.getProperty("java.vm.name"),
System.getProperty("java.vm.version"), System.getProperty("java.vm.version")
"")); ));
} }
private static void report(String name, long strictMathTime, long fastMathTime, long mathTime) { private static void report(String name, long strictMathTime, long fastMathTime, long mathTime) {