mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: No need to implement a do-nothing default constructor
This commit is contained in:
parent
928597c425
commit
67b497733f
2 changed files with 0 additions and 6 deletions
|
@ -33,11 +33,6 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
LR0::LR0 ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Given a grammar:
|
||||
// - Obtain the augmented grammar
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
class LR0
|
||||
{
|
||||
public:
|
||||
LR0 ();
|
||||
void initialize (const Grammar&);
|
||||
void parse (const std::string&);
|
||||
void debug (bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue