diff --git a/src/Grammar.cpp b/src/Grammar.cpp index 70b05f97..a1d8b145 100644 --- a/src/Grammar.cpp +++ b/src/Grammar.cpp @@ -256,8 +256,3 @@ void Grammar::validate () const } //////////////////////////////////////////////////////////////////////////////// -void Grammar::generateParseTable () -{ -} - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/Grammar.h b/src/Grammar.h index b74b1d66..cf0d1aaa 100644 --- a/src/Grammar.h +++ b/src/Grammar.h @@ -65,7 +65,6 @@ protected: private: void validate () const; - void generateParseTable (); private: std::string _start;