dbertoni    2003/02/04 16:06:56

  Modified:    c/src/XSLT ElemText.cpp
  Log:
  Removed erroneous assertion.
  
  Revision  Changes    Path
  1.12      +0 -1      xml-xalan/c/src/XSLT/ElemText.cpp
  
  Index: ElemText.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemText.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ElemText.cpp      25 Nov 2002 18:11:52 -0000      1.11
  +++ ElemText.cpp      5 Feb 2003 00:06:54 -0000       1.12
  @@ -120,7 +120,6 @@
   
   ElemText::~ElemText()
   {
  -     assert(getNextSiblingElem() == 0 && getFirstChildElem() == 0);
   }
   
   
  
  
  

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

Reply via email to