Browse Source

Remove unused variables

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271256 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
f588bebd5c
2 changed files with 0 additions and 10 deletions
  1. +0
    -5
      proposal/myrmidon/src/main/org/apache/tools/ant/util/FileUtils.java
  2. +0
    -5
      proposal/myrmidon/src/todo/org/apache/tools/ant/util/FileUtils.java

+ 0
- 5
proposal/myrmidon/src/main/org/apache/tools/ant/util/FileUtils.java View File

@@ -85,7 +85,6 @@ public class FileUtils
BufferedReader in = new BufferedReader( new FileReader( sourceFile ) );
BufferedWriter out = new BufferedWriter( new FileWriter( destFile ) );

int length;
String newline = null;
String line = in.readLine();
while( line != null )
@@ -398,10 +397,6 @@ public class FileUtils
/**
* Translates all occurrences of / or \ to correct separator of the current
* platform and returns whether it had to do any replacements.
*
* @param buffer Description of Parameter
* @param pos Description of Parameter
* @return Description of the Returned Value
*/
public static void translateFileSep( StringBuffer buffer )
{


+ 0
- 5
proposal/myrmidon/src/todo/org/apache/tools/ant/util/FileUtils.java View File

@@ -85,7 +85,6 @@ public class FileUtils
BufferedReader in = new BufferedReader( new FileReader( sourceFile ) );
BufferedWriter out = new BufferedWriter( new FileWriter( destFile ) );

int length;
String newline = null;
String line = in.readLine();
while( line != null )
@@ -398,10 +397,6 @@ public class FileUtils
/**
* Translates all occurrences of / or \ to correct separator of the current
* platform and returns whether it had to do any replacements.
*
* @param buffer Description of Parameter
* @param pos Description of Parameter
* @return Description of the Returned Value
*/
public static void translateFileSep( StringBuffer buffer )
{


Loading…
Cancel
Save