You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2006/10/16 19:03:45 UTC

svn commit: r464564 - /xalan/java/trunk/src/org/apache/xalan/lib/sql/DTMDocument.java

Author: minchau
Date: Mon Oct 16 10:03:43 2006
New Revision: 464564

URL: http://svn.apache.org/viewvc?view=rev&rev=464564
Log:
Applying patch for xalanj-2208 to remove some dead code.

Modified:
    xalan/java/trunk/src/org/apache/xalan/lib/sql/DTMDocument.java

Modified: xalan/java/trunk/src/org/apache/xalan/lib/sql/DTMDocument.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/lib/sql/DTMDocument.java?view=diff&rev=464564&r1=464563&r2=464564
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/lib/sql/DTMDocument.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/lib/sql/DTMDocument.java Mon Oct 16 10:03:43 2006
@@ -242,9 +242,9 @@
   protected int addAttributeToNode( Object o, int extendedType, int pnode )
   {
     int attrib = DTM.NULL;
-    int prevsib = DTM.NULL;
+    //int prevsib = DTM.NULL;
     int lastattrib = DTM.NULL;
-    int value = DTM.NULL;
+    // int value = DTM.NULL;
 
     try
     {
@@ -919,7 +919,6 @@
     }
     else
     {
-      int type = getNodeType(nodeHandle);
       Node node = getNode(nodeHandle);
       dispatchNodeData(node, ch, 0);
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org