From b29b5b915ca929910cf9ffdd8887a045c7eb8108 Mon Sep 17 00:00:00 2001 From: Khaled Noaman <knoaman@apache.org> Date: Tue, 13 Jan 2004 13:34:18 +0000 Subject: [PATCH] Remove unused local static data git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175671 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp b/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp index c6c2b5586..a6dace681 100644 --- a/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp +++ b/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp @@ -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 @@ -68,8 +68,6 @@ XERCES_CPP_NAMESPACE_BEGIN -static const XMLCh * nam; // Will be lazily initialized to "#document-fragment" - DOMDocumentFragmentImpl::DOMDocumentFragmentImpl(DOMDocument *masterDoc) : fNode(masterDoc), fParent(masterDoc) { -- GitLab