Warning fixes, part of bug 88623 (Clean up Transformiix code). r=sicking, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@98446 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%netscape.com
2001-07-02 09:24:58 +00:00
parent 0890fc9e9f
commit 55b57e9651
13 changed files with 21 additions and 112 deletions

View File

@@ -19,7 +19,7 @@
* Keith Visco, kvisco@ziplink.net
* -- original author.
*
* $Id: ExtensionFunctionCall.cpp,v 1.1 2000-04-19 10:35:59 kvisco%ziplink.net Exp $
* $Id: ExtensionFunctionCall.cpp,v 1.2 2001-07-02 09:24:10 peterv%netscape.com Exp $
*/
#include "FunctionLib.h"
@@ -67,8 +67,6 @@ ExprResult* ExtensionFunctionCall::evaluate(Node* context, ContextState* cs) {
//copy parameters
ListIterator* iter = params.iterator();
Expr* param = 0;
while (iter->hasNext()) {
fnCall->addParam( new ExprWrapper( (Expr*) iter->next() ) );
}