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:48:05 UTC

svn commit: r469266 - /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java

Author: minchau
Date: Mon Oct 30 12:48:05 2006
New Revision: 469266

URL: http://svn.apache.org/viewvc?view=rev&rev=469266
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/xalan/xsltc/compiler/FunctionAvailableCall.java

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java?view=diff&rev=469266&r1=469265&r2=469266
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java Mon Oct 30 12:48:05 2006
@@ -97,7 +97,6 @@
      * the specified method is found in the specifed class. 
      */
     private boolean hasMethods() {
-	LiteralExpr arg = (LiteralExpr)_arg;
 	
 	// Get the class name from the namespace uri
 	String className = getClassNameFromUri(_namespaceOfFunct);



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