neilg       2004/01/12 15:02:18

  Modified:    c/src/xercesc/validators/datatype
                        AnyURIDatatypeValidator.cpp
  Log:
  remove unused static member
  
  Revision  Changes    Path
  1.11      +6 -16     
xml-xerces/c/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp
  
  Index: AnyURIDatatypeValidator.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- AnyURIDatatypeValidator.cpp       17 Dec 2003 00:18:38 -0000      1.10
  +++ AnyURIDatatypeValidator.cpp       12 Jan 2004 23:02:18 -0000      1.11
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.11  2004/01/12 23:02:18  neilg
  + * remove unused static member
  + *
    * Revision 1.10  2003/12/17 00:18:38  cargilld
    * Update to memory management so that the static memory manager (one used to call 
Initialize) is only for static data.
    *
  @@ -132,19 +135,6 @@
   #include <xercesc/util/OutOfMemoryException.hpp>
   
   XERCES_CPP_NAMESPACE_BEGIN
  -
  -//
  -//http://www.template.com
  -//
  -static const XMLCh BASE_URI[] =
  -{
  -    chLatin_h, chLatin_t, chLatin_t, chLatin_p,
  -    chColon, chForwardSlash, chForwardSlash,
  -    chLatin_w, chLatin_w, chLatin_w, chPeriod,
  -    chLatin_t, chLatin_e, chLatin_m, chLatin_p, chLatin_l,
  -    chLatin_a, chLatin_t, chLatin_e, chPeriod,
  -    chLatin_c, chLatin_o, chLatin_m, chNull
  -};
   
   // ---------------------------------------------------------------------------
   //  Constructors and Destructor
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to