You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/05/03 21:06:06 UTC

cvs commit: xml-xalan/c/src/XSLT ElemTemplateElement.cpp

dbertoni    00/05/03 12:06:05

  Modified:    c/src/XSLT ElemTemplateElement.cpp
  Log:
  Removed spurious assert.
  
  Revision  Changes    Path
  1.18      +0 -5      xml-xalan/c/src/XSLT/ElemTemplateElement.cpp
  
  Index: ElemTemplateElement.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ElemTemplateElement.cpp	2000/04/27 15:14:15	1.17
  +++ ElemTemplateElement.cpp	2000/05/03 19:06:03	1.18
  @@ -792,12 +792,7 @@
   					theTemplate = getStylesheet().getStylesheetRoot().getDefaultRootRule();
   					break;
   
  -				case XalanNode::COMMENT_NODE:
  -				case XalanNode::PROCESSING_INSTRUCTION_NODE:
  -					break;
  -
   				default:
  -					assert(false);
   					break;
   
   				}