diff --git a/src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java b/src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java index 692923ff6..91c378d03 100644 --- a/src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java +++ b/src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java @@ -22,8 +22,6 @@ import org.apache.oro.text.regex.Substitution; import org.apache.oro.text.regex.Util; import org.apache.tools.ant.BuildException; - - /*** * Regular expression implementation using the Jakarta Oro package */ @@ -69,7 +67,6 @@ public class JakartaOroRegexp extends JakartaOroMatcher implements Regexp { } } - // Do the substitution Substitution s = new Perl5Substitution(subst.toString(),