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 2001/04/12 16:20:52 UTC

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

dbertoni    01/04/12 07:20:52

  Modified:    c/src/XSLT Stylesheet.cpp
  Log:
  Removed disabled code.
  
  Revision  Changes    Path
  1.52      +0 -14     xml-xalan/c/src/XSLT/Stylesheet.cpp
  
  Index: Stylesheet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.cpp,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Stylesheet.cpp	2001/03/09 16:19:55	1.51
  +++ Stylesheet.cpp	2001/04/12 14:20:51	1.52
  @@ -1118,7 +1118,6 @@
   			StylesheetExecutionContext& 	executionContext,
   			const ParamVectorType&			topLevelParams) const
   {
  -#if 1
   	{
   		// First, push any imports...
   		const StylesheetVectorType::const_reverse_iterator	rend = m_imports.rend();
  @@ -1131,19 +1130,6 @@
   			stylesheet->pushTopLevelVariables(executionContext, topLevelParams);
   		}
   	}
  -#else
  -	{
  -		// First, push any imports...
  -		const StylesheetVectorType::const_reverse_iterator	nImports = m_imports.size();
  -
  -		for(StylesheetVectorType::size_type i = 0; i < nImports; ++i)
  -		{
  -			const Stylesheet* const stylesheet = m_imports[i];
  -
  -			stylesheet->pushTopLevelVariables(executionContext, topLevelParams);
  -		}
  -	}
  -#endif
   
   	const ParamVectorType::size_type	nVars = m_topLevelVariables.size();
   
  
  
  

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