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/30 21:45:41 UTC

svn commit: r469263 - /xalan/java/trunk/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java

Author: minchau
Date: Mon Oct 30 12:45:40 2006
New Revision: 469263

URL: http://svn.apache.org/viewvc?view=rev&rev=469263
Log:
Applying part of patch in XALANJ-2061.
Dropping a simple variable assignment to 
a variable that is never used.

Modified:
    xalan/java/trunk/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java

Modified: xalan/java/trunk/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java?view=diff&rev=469263&r1=469262&r2=469263
==============================================================================
--- xalan/java/trunk/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java (original)
+++ xalan/java/trunk/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java Mon Oct 30 12:45:40 2006
@@ -76,7 +76,6 @@
       return DTM.NULL;
       
     int next;
-    DTM dtm = m_cdtm;
 
     m_lastFetched = next = (DTM.NULL == m_lastFetched)
                            ? m_context



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