Browse Source

Remove unused variable

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271405 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
57833e97aa
2 changed files with 0 additions and 12 deletions
  1. +0
    -6
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ilasm.java
  2. +0
    -6
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/dotnet/Ilasm.java

+ 0
- 6
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ilasm.java View File

@@ -41,12 +41,6 @@ import org.apache.tools.ant.types.DirectoryScanner;
public class Ilasm
extends MatchingTask
{
/**
* name of the executable. the .exe suffix is deliberately not included in
* anticipation of the unix version
*/
private final static String EXE_NAME = "ilasm";

/**
* what is the file extension we search on?
*/


+ 0
- 6
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/dotnet/Ilasm.java View File

@@ -41,12 +41,6 @@ import org.apache.tools.ant.types.DirectoryScanner;
public class Ilasm
extends MatchingTask
{
/**
* name of the executable. the .exe suffix is deliberately not included in
* anticipation of the unix version
*/
private final static String EXE_NAME = "ilasm";

/**
* what is the file extension we search on?
*/


Loading…
Cancel
Save