tmiller 2002/06/18 06:04:12
Modified: java/src/org/apache/xalan/xsltc/compiler Parser.java
Log:
removed commented out code
Revision Changes Path
1.47 +1 -3 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Parser.java
Index: Parser.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Parser.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- Parser.java 18 Jun 2002 12:57:51 -0000 1.46
+++ Parser.java 18 Jun 2002 13:04:12 -0000 1.47
@@ -915,7 +915,6 @@
public SyntaxTreeNode makeInstance(String uri, String prefix,
String local, Attributes attributes)
{
- //boolean isStylesheet = false;
SyntaxTreeNode node = null;
QName qname = getQName(uri, prefix, local);
String className = (String)_instructionClasses.get(qname);
@@ -930,7 +929,6 @@
node.setLineNumber(_locator.getLineNumber());
}
if (node instanceof Stylesheet) {
- //isStylesheet = true;
_xsltc.setStylesheet((Stylesheet)node);
}
checkForSuperfluousAttributes(node, attributes);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]