Hello!

CVS-batik dosn't compile because of an unneeded line of code.
Please apply.

BYtE
Philipp
-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ [EMAIL PROTECTED]
Index: JPythonInterpreter.java
===================================================================
RCS file: 
/home/cvspublic/xml-batik/sources/org/apache/batik/script/jpython/JPythonInterpreter.java,v
retrieving revision 1.4
diff -u -r1.4 JPythonInterpreter.java
--- JPythonInterpreter.java     8 Oct 2001 15:04:39 -0000       1.4
+++ JPythonInterpreter.java     15 Feb 2002 07:39:16 -0000
@@ -47,7 +47,6 @@
     public Object evaluate(String script)
         throws InterpreterException {
         try {
-            String str = sbuffer.toString();
             interpreter.exec(script);
         } catch (org.python.core.PyException e) {
             throw new InterpreterException(e, e.getMessage(), -1, -1);

Attachment: msg01091/pgp00000.pgp
Description: PGP signature

Reply via email to