Grammar: Removed obsolete method

This commit is contained in:
Paul Beckingham 2015-12-25 22:54:03 -05:00
parent 9b599597f1
commit 9b126699e7
2 changed files with 0 additions and 6 deletions

View file

@ -256,8 +256,3 @@ void Grammar::validate () const
}
////////////////////////////////////////////////////////////////////////////////
void Grammar::generateParseTable ()
{
}
////////////////////////////////////////////////////////////////////////////////

View file

@ -65,7 +65,6 @@ protected:
private:
void validate () const;
void generateParseTable ();
private:
std::string _start;