Parser
- Removed now-unused ::scan method, as this is no longer used.
This commit is contained in:
@@ -70,7 +70,6 @@ public:
|
||||
std::string getCommand () const;
|
||||
|
||||
private:
|
||||
void scan (void (Parser::*callback)(Tree*), Tree* tree = NULL);
|
||||
void findTerminator ();
|
||||
void findPattern ();
|
||||
void findSubstitution ();
|
||||
|
||||
Reference in New Issue
Block a user