Browse Source

Remove unused variable

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273150 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
ef45079a18
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/Project.java

+ 0
- 1
src/main/org/apache/tools/ant/Project.java View File

@@ -1244,7 +1244,6 @@ public class Project {
* @exception BuildException if the build failed * @exception BuildException if the build failed
*/ */
public void executeTargets(Vector targetNames) throws BuildException { public void executeTargets(Vector targetNames) throws BuildException {
Throwable error = null;


for (int i = 0; i < targetNames.size(); i++) { for (int i = 0; i < targetNames.size(); i++) {
executeTarget((String) targetNames.elementAt(i)); executeTarget((String) targetNames.elementAt(i));


Loading…
Cancel
Save