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/10/03 08:00:28 UTC

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

dbertoni    2002/10/02 23:00:28

  Modified:    c/src/XSLT Constants.cpp Constants.hpp
  Log:
  Removed unused string.
  
  Revision  Changes    Path
  1.25      +0 -4      xml-xalan/c/src/XSLT/Constants.cpp
  
  Index: Constants.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/Constants.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Constants.cpp	24 Sep 2002 07:21:07 -0000	1.24
  +++ Constants.cpp	3 Oct 2002 06:00:27 -0000	1.25
  @@ -65,7 +65,6 @@
   
   
   
  -static XalanDOMString		ATTRNAME_ATTRIBUTE_SET;
   static XalanDOMString		ATTRNAME_CASEORDER;
   static XalanDOMString		ATTRNAME_COUNT;
   static XalanDOMString		ATTRNAME_DATATYPE;
  @@ -187,7 +186,6 @@
   
   
   
  -const XalanDOMString&		Constants::ATTRNAME_ATTRIBUTE_SET = ::ATTRNAME_ATTRIBUTE_SET;
   const XalanDOMString&		Constants::ATTRNAME_CASEORDER = ::ATTRNAME_CASEORDER;
   const XalanDOMString&		Constants::ATTRNAME_COUNT = ::ATTRNAME_COUNT;
   const XalanDOMString&		Constants::ATTRNAME_DATATYPE = ::ATTRNAME_DATATYPE;
  @@ -311,7 +309,6 @@
   void
   Constants::initialize()
   {
  -	::ATTRNAME_ATTRIBUTE_SET = XALAN_STATIC_UCODE_STRING("attribute-set");
   	::ATTRNAME_CASEORDER = XALAN_STATIC_UCODE_STRING("case-order");
   	::ATTRNAME_COUNT = XALAN_STATIC_UCODE_STRING("count");
   	::ATTRNAME_DATATYPE = XALAN_STATIC_UCODE_STRING("data-type");
  @@ -437,7 +434,6 @@
   void
   Constants::terminate()
   {
  -	releaseMemory(::ATTRNAME_ATTRIBUTE_SET);
   	releaseMemory(::ATTRNAME_CASEORDER);
   	releaseMemory(::ATTRNAME_COUNT);
   	releaseMemory(::ATTRNAME_DATATYPE);
  
  
  
  1.23      +0 -1      xml-xalan/c/src/XSLT/Constants.hpp
  
  Index: Constants.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/Constants.hpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Constants.hpp	24 Sep 2002 07:21:08 -0000	1.22
  +++ Constants.hpp	3 Oct 2002 06:00:28 -0000	1.23
  @@ -127,7 +127,6 @@
   	/*---------------------------------------------
   	 * Literals for XSL attribute names.
   	 */
  -	static const XalanDOMString&	ATTRNAME_ATTRIBUTE_SET;
   	static const XalanDOMString&	ATTRNAME_CASEORDER;
   	static const XalanDOMString&	ATTRNAME_COUNT;
   	static const XalanDOMString&	ATTRNAME_DATATYPE;
  
  
  

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