mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: Removed duplicate States::dump call
This commit is contained in:
parent
8a13686643
commit
5b6a232112
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ void LR0::initialize (const Grammar& grammar)
|
||||||
// Initialize the first state.
|
// Initialize the first state.
|
||||||
States states;
|
States states;
|
||||||
initializeFirstState (states);
|
initializeFirstState (states);
|
||||||
std::cout << states.dump () << "\n";
|
|
||||||
|
|
||||||
// Recursively fill in the rest.
|
// Recursively fill in the rest.
|
||||||
closeState (states, 0);
|
closeState (states, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue