LR0: Removed duplicate States::dump call

This commit is contained in:
Paul Beckingham 2016-01-05 01:56:26 -05:00
parent 8a13686643
commit 5b6a232112

View file

@ -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);