mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-11 12:35:07 +00:00
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:
parent
deae2ba238
commit
0acf60c6b2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user