donaldp     02/02/18 00:45:58

  Modified:    
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/dotnet
                        Ilasm.java
  Log:
  Remove unused variable
  
  Revision  Changes    Path
  1.13      +0 -6      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ilasm.java
  
  Index: Ilasm.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ilasm.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Ilasm.java        14 Feb 2002 09:33:47 -0000      1.12
  +++ Ilasm.java        18 Feb 2002 08:45:58 -0000      1.13
  @@ -42,12 +42,6 @@
       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?
        */
       private final static String FILE_EXT = "il";
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to