mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Grammar: Removed obsolete method
This commit is contained in:
parent
9b599597f1
commit
9b126699e7
2 changed files with 0 additions and 6 deletions
|
@ -256,8 +256,3 @@ void Grammar::validate () const
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Grammar::generateParseTable ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -65,7 +65,6 @@ protected:
|
|||
|
||||
private:
|
||||
void validate () const;
|
||||
void generateParseTable ();
|
||||
|
||||
private:
|
||||
std::string _start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue