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...@apache.org on 2003/10/26 02:17:39 UTC

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

dbertoni    2003/10/25 18:17:39

  Modified:    c/src/xalanc/XSLT StylesheetExecutionContextDefault.cpp
  Log:
  Removed obsolete ifdef.
  
  Revision  Changes    Path
  1.10      +0 -4      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp
  
  Index: StylesheetExecutionContextDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- StylesheetExecutionContextDefault.cpp	26 Oct 2003 00:50:30 -0000	1.9
  +++ StylesheetExecutionContextDefault.cpp	26 Oct 2003 01:17:39 -0000	1.10
  @@ -1188,14 +1188,10 @@
   
   		if (m_usePerInstanceDocumentFactory == true)
   		{
  -#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
   #if defined(XALAN_OLD_STYLE_CASTS)
   			m_documentAllocator.destroy((XalanSourceTreeDocument*)theDocumentFragment->getOwnerDocument());
   #else
   			m_documentAllocator.destroy(static_cast<XalanSourceTreeDocument*>(theDocumentFragment->getOwnerDocument()));
  -#endif
  -#else
  -			m_documentAllocator.destroy(theDocumentFragment->getOwnerDocument());
   #endif
   		}
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org