You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/09/29 06:33:19 UTC

svn commit: r699988 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/AbstractSAXParser.java

Author: mrglavas
Date: Sun Sep 28 21:33:19 2008
New Revision: 699988

URL: http://svn.apache.org/viewvc?rev=699988&view=rev
Log:
Eliminating a couple unused fields.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/AbstractSAXParser.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/AbstractSAXParser.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/AbstractSAXParser.java?rev=699988&r1=699987&r2=699988&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/AbstractSAXParser.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/AbstractSAXParser.java Sun Sep 28 21:33:19 2008
@@ -196,12 +196,6 @@
     private final AttributesProxy fAttributesProxy = new AttributesProxy();
     private Augmentations fAugmentations = null;
 
-
-    // temporary buffer for sending normalized values
-    // REVISIT: what should be the size of the buffer?
-    private static final int BUFFER_SIZE = 20;
-    private char[] fCharBuffer =  new char[BUFFER_SIZE];
-
     // allows us to keep track of whether an attribute has
     // been declared twice, so that we can avoid exposing the
     // second declaration to any registered DeclHandler



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org