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:
parent
84074bf247
commit
4fcfb53d8f
|
@ -44,8 +44,8 @@ public class FastMathTestPerformance {
|
|||
System.getProperty("java.version"),
|
||||
System.getProperty("java.runtime.version","?"),
|
||||
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) {
|
||||
|
|
Loading…
Reference in New Issue