diff --git a/src/LR0.cpp b/src/LR0.cpp index a1c15ebc..5d0a2eca 100644 --- a/src/LR0.cpp +++ b/src/LR0.cpp @@ -33,11 +33,6 @@ #include #include -//////////////////////////////////////////////////////////////////////////////// -LR0::LR0 () -{ -} - //////////////////////////////////////////////////////////////////////////////// // Given a grammar: // - Obtain the augmented grammar diff --git a/src/LR0.h b/src/LR0.h index 40e05dc8..9a2e0fc8 100644 --- a/src/LR0.h +++ b/src/LR0.h @@ -35,7 +35,6 @@ class LR0 { public: - LR0 (); void initialize (const Grammar&); void parse (const std::string&); void debug (bool);