From d3f5c318aef25f53e4394af2fd98bb59f08cfe9a Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Fri, 3 Jun 2016 07:49:35 -0700 Subject: [PATCH] remove unused XMLBase --- tinyxml2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tinyxml2.h b/tinyxml2.h index fb7464a..a0d2693 100755 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -893,7 +893,6 @@ private: */ class TINYXML2_LIB XMLText : public XMLNode { - friend class XMLBase; friend class XMLDocument; public: virtual bool Accept( XMLVisitor* visitor ) const; @@ -1142,7 +1141,6 @@ private: */ class TINYXML2_LIB XMLElement : public XMLNode { - friend class XMLBase; friend class XMLDocument; public: /// Get the name of an element (which is the Value() of the node.)