knoaman     2004/01/13 05:34:18

  Modified:    c/src/xercesc/dom/impl DOMDocumentFragmentImpl.cpp
  Log:
  Remove unused local static data
  
  Revision  Changes    Path
  1.11      +2 -4      xml-xerces/c/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp
  
  Index: DOMDocumentFragmentImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DOMDocumentFragmentImpl.cpp       4 Nov 2002 15:07:34 -0000       1.10
  +++ DOMDocumentFragmentImpl.cpp       13 Jan 2004 13:34:18 -0000      1.11
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 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
  @@ -67,8 +67,6 @@
   
   XERCES_CPP_NAMESPACE_BEGIN
   
  -
  -static const XMLCh * nam;   // Will be lazily initialized to "#document-fragment"
   
   DOMDocumentFragmentImpl::DOMDocumentFragmentImpl(DOMDocument *masterDoc)
       : fNode(masterDoc), fParent(masterDoc)
  
  
  

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

Reply via email to