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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]