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 2002/09/05 09:07:56 UTC

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

dbertoni    2002/09/05 00:07:56

  Modified:    c/src/XSLT XSLTInit.cpp
  Log:
  Removed obsolete initialization.
  
  Revision  Changes    Path
  1.6       +0 -5      xml-xalan/c/src/XSLT/XSLTInit.cpp
  
  Index: XSLTInit.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTInit.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XSLTInit.cpp	14 Sep 2001 20:48:31 -0000	1.5
  +++ XSLTInit.cpp	5 Sep 2002 07:07:56 -0000	1.6
  @@ -62,7 +62,6 @@
   #include "Constants.hpp"
   #include "ElemNumber.hpp"
   #include "FunctionFormatNumber.hpp"
  -#include "NamespacesHandler.hpp"
   #include "StylesheetHandler.hpp"
   #include "XSLTEngineImpl.hpp"
   
  @@ -110,8 +109,6 @@
   
   	FunctionFormatNumber::initialize();
   
  -	NamespacesHandler::initialize();
  -
   	XSLTEngineImpl::initialize();
   
   	StylesheetHandler::initialize();
  @@ -125,8 +122,6 @@
   	StylesheetHandler::terminate();
   
   	XSLTEngineImpl::terminate();
  -
  -	NamespacesHandler::terminate();
   
   	FunctionFormatNumber::terminate();
   
  
  
  

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