- Removed now-unused ::scan method, as this is no longer used.
This commit is contained in:
Paul Beckingham 2014-08-17 13:06:50 -04:00
parent ca3b5c9a4d
commit 2018eae295
2 changed files with 0 additions and 32 deletions

View file

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