--- jsr166/src/test/loops/IntegrateGamma.java 2012/10/21 06:40:21 1.8 +++ jsr166/src/test/loops/IntegrateGamma.java 2015/01/15 18:34:19 1.9 @@ -91,7 +91,6 @@ public class IntegrateGamma { } } - static class Integrator { final Function f; // The function to integrate final double errorTolerance; @@ -114,7 +113,6 @@ public class IntegrateGamma { return q.area; } - /** * FJTask to recursively perform the quadrature. * Algorithm: