Browse Source

Remove unused variable declaration.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269188 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
06931fc27d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      proposal/myrmidon/src/java/org/apache/ant/modules/core/RegisterTasklib.java

+ 0
- 2
proposal/myrmidon/src/java/org/apache/ant/modules/core/RegisterTasklib.java View File

@@ -49,8 +49,6 @@ public class RegisterTasklib
throw new TaskException( "Must specify lib parameter" ); throw new TaskException( "Must specify lib parameter" );
} }


URL url = null;

final File file = getContext().resolveFile( m_lib ); final File file = getContext().resolveFile( m_lib );


try try


Loading…
Cancel
Save