dbertoni 2002/11/07 10:58:46
Modified: c/src/XSLT XalanTemplate.cpp
Log:
Removed unused instantiation.
Revision Changes Path
1.44 +1 -9 xml-xalan/c/src/XSLT/XalanTemplate.cpp
Index: XalanTemplate.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- XalanTemplate.cpp 1 Nov 2002 02:46:06 -0000 1.43
+++ XalanTemplate.cpp 7 Nov 2002 18:58:46 -0000 1.44
@@ -346,16 +346,8 @@
}
{
- StylesheetHandler::ElemTextLiteralStackType theVector;
-
- for_each(theVector.begin(),
- theVector.end(),
- DeleteFunctor<ElemTextLiteral>());
- }
-
- {
const VariablesStack::ParamsVectorType theVector;
- VariablesStack theVariablesStack;
+ VariablesStack
theVariablesStack;
for_each(theVector.begin(),
theVector.end(),
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]