You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2002/05/27 21:39:26 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema SchemaSymbols.hpp SchemaSymbols.cpp

knoaman     02/05/27 12:39:25

  Modified:    c/src/xercesc/validators/schema SchemaSymbols.hpp
                        SchemaSymbols.cpp
  Log:
  remove unused constants.
  
  Revision  Changes    Path
  1.3       +1 -3      xml-xerces/c/src/xercesc/validators/schema/SchemaSymbols.hpp
  
  Index: SchemaSymbols.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaSymbols.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SchemaSymbols.hpp	8 May 2002 17:24:37 -0000	1.2
  +++ SchemaSymbols.hpp	27 May 2002 19:39:25 -0000	1.3
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: SchemaSymbols.hpp,v 1.2 2002/05/08 17:24:37 knoaman Exp $
  + * $Id: SchemaSymbols.hpp,v 1.3 2002/05/27 19:39:25 knoaman Exp $
    */
   
   #if !defined(SCHEMASYMBOLS_HPP)
  @@ -132,9 +132,7 @@
       static const XMLCh fgATT_MEMBERTYPES[];
       static const XMLCh fgATT_BLOCK[];
       static const XMLCh fgATT_BLOCKDEFAULT[];
  -    static const XMLCh fgATT_CONTENT[];
       static const XMLCh fgATT_DEFAULT[];
  -    static const XMLCh fgATT_DERIVEDBY[];
       static const XMLCh fgATT_ELEMENTFORMDEFAULT[];
       static const XMLCh fgATT_SUBSTITUTIONGROUP[];
       static const XMLCh fgATT_FINAL[];
  
  
  
  1.2       +3 -11     xml-xerces/c/src/xercesc/validators/schema/SchemaSymbols.cpp
  
  Index: SchemaSymbols.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaSymbols.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SchemaSymbols.cpp	1 Feb 2002 22:22:46 -0000	1.1
  +++ SchemaSymbols.cpp	27 May 2002 19:39:25 -0000	1.2
  @@ -56,8 +56,11 @@
   
   /*
    * $Log: SchemaSymbols.cpp,v $
  - * Revision 1.1  2002/02/01 22:22:46  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/05/27 19:39:25  knoaman
  + * remove unused constants.
  + *
  + * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
  + * sane_include
    *
    * Revision 1.14  2001/11/07 19:20:01  peiyongz
    * DateTime Port
  @@ -470,20 +473,9 @@
       chLatin_e, chLatin_f, chLatin_a, chLatin_u, chLatin_l, chLatin_t, chNull
   };
   
  -const XMLCh SchemaSymbols::fgATT_CONTENT[] =
  -{
  -    chLatin_c, chLatin_o, chLatin_n, chLatin_t, chLatin_e, chLatin_n, chLatin_t, chNull
  -};
  -
   const XMLCh SchemaSymbols::fgATT_DEFAULT[] =
   {
       chLatin_d, chLatin_e, chLatin_f, chLatin_a, chLatin_u, chLatin_l, chLatin_t, chNull
  -};
  -
  -const XMLCh SchemaSymbols::fgATT_DERIVEDBY[] =
  -{
  -    chLatin_d, chLatin_e, chLatin_r, chLatin_i, chLatin_v, chLatin_e,
  -    chLatin_d, chLatin_B, chLatin_y, chNull
   };
   
   const XMLCh SchemaSymbols::fgATT_ELEMENTFORMDEFAULT[] =
  
  
  

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