dbertoni    2002/12/09 08:47:43

  Modified:    c/src/XSLT StylesheetHandler.cpp
  Log:
  Removed spurious for_each.
  
  Revision  Changes    Path
  1.99      +0 -8      xml-xalan/c/src/XSLT/StylesheetHandler.cpp
  
  Index: StylesheetHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.cpp,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- StylesheetHandler.cpp     25 Nov 2002 18:11:53 -0000      1.98
  +++ StylesheetHandler.cpp     9 Dec 2002 16:47:42 -0000       1.99
  @@ -1709,14 +1709,6 @@
   
   StylesheetHandler::PushPopIncludeState::~PushPopIncludeState()
   {
  -     // Clean up the element stack vector
  -     XALAN_USING_STD(for_each)
  -
  -     // Clean up the element stack vector
  -     for_each(m_handler.m_elemStack.begin(),
  -                      m_handler.m_elemStack.end(),
  -                      DeleteFunctor<ElemTemplateElement>());
  -
        clear(m_handler.m_accumulateText);
        m_handler.m_elemStack = m_elemStack;
        m_handler.m_pTemplate = m_pTemplate;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to