Author: sebb Date: Fri May 30 22:07:27 2014 New Revision: 1598760 URL: http://svn.apache.org/r1598760 Log: Unused
Modified: commons/proper/bcel/trunk/src/test/java/org/apache/bcel/GeneratingAnnotatedClassesTestCase.java Modified: commons/proper/bcel/trunk/src/test/java/org/apache/bcel/GeneratingAnnotatedClassesTestCase.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/test/java/org/apache/bcel/GeneratingAnnotatedClassesTestCase.java?rev=1598760&r1=1598759&r2=1598760&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/test/java/org/apache/bcel/GeneratingAnnotatedClassesTestCase.java (original) +++ commons/proper/bcel/trunk/src/test/java/org/apache/bcel/GeneratingAnnotatedClassesTestCase.java Fri May 30 22:07:27 2014 @@ -106,8 +106,6 @@ public class GeneratingAnnotatedClassesT AnnotationEntry[] as = jc.getAnnotationEntries(); assertTrue("Should be two AnnotationEntries but found " + as.length, as.length == 2); - AnnotationEntry one = as[0]; - AnnotationEntry two = as[1]; // TODO L??; assertTrue( "Name of annotation 1 should be LSimpleAnnotation; but it is "