CLI2: Simplified A2::dump by removing useless node name

This commit is contained in:
Paul Beckingham
2015-06-14 17:47:53 -04:00
parent 68ac07080c
commit 778bd4ae2f
2 changed files with 11 additions and 18 deletions

View File

@@ -39,7 +39,7 @@ class A2
{
public:
A2 ();
A2 (const std::string&, const std::string&, Lexer::Type);
A2 (const std::string&, Lexer::Type);
/*
A2 (const std::string&, const int);
A2 (const std::string&, const double);
@@ -62,7 +62,6 @@ public:
const std::string dump () const;
public:
std::string _name;
Lexer::Type _lextype;
std::vector <std::string> _tags;
std::map <std::string, std::string> _attributes;