Skip to content
Snippets Groups Projects
Commit b29b5b91 authored by Khaled Noaman's avatar Khaled Noaman
Browse files

Remove unused local static data

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175671 13f79535-47bb-0310-9956-ffa450edef68
parent e7ba4440
No related branches found
No related tags found
No related merge requests found
/* /*
* The Apache Software License, Version 1.1 * 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. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
...@@ -68,8 +68,6 @@ ...@@ -68,8 +68,6 @@
XERCES_CPP_NAMESPACE_BEGIN XERCES_CPP_NAMESPACE_BEGIN
static const XMLCh * nam; // Will be lazily initialized to "#document-fragment"
DOMDocumentFragmentImpl::DOMDocumentFragmentImpl(DOMDocument *masterDoc) DOMDocumentFragmentImpl::DOMDocumentFragmentImpl(DOMDocument *masterDoc)
: fNode(masterDoc), fParent(masterDoc) : fNode(masterDoc), fParent(masterDoc)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment