- Removed last traces of Alias object.
This commit is contained in:
Paul Beckingham 2014-07-03 20:47:28 -04:00
parent bc24d107d5
commit a91d6227f8
4 changed files with 12 additions and 28 deletions

View file

@ -48,6 +48,7 @@ public:
bool canonicalize (std::string&, const std::string&, const std::string&) const;
void findBinary ();
void resolveAliases ();
void findOverrides ();
void findCommand ();
void findIdSequence ();
@ -68,7 +69,6 @@ public:
private:
void findTerminator ();
void resolveAliases ();
void findPattern ();
void findSubstitution ();
void findTag ();