remove unused variables

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2007-11-27 17:26:28 +00:00
parent deae2ba238
commit 0acf60c6b2
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ public void testFactory_double() {
// normal
Fraction f2 = null;
int remainder, number1, number2 = 0;
for (int i = 1; i <= 100; i++) { // denominator
for (int j = 1; j <= i; j++) { // numerator
try {