- Removal of alias load/resolve code, which (1) needs a rewrite, and (2) belongs
  in the Parser.
This commit is contained in:
Paul Beckingham 2014-07-03 19:04:48 -04:00
parent 6145869f43
commit 5b9413b02c
5 changed files with 1 additions and 177 deletions

View file

@ -144,10 +144,6 @@ int Context::initialize (int argc, const char** argv)
parser.applyOverrides ();
createDefaultConfig ();
// Handle Aliases.
alias.load ();
alias.resolve (parser.tree ());
// Initialize the color rules, if necessary.
if (color ())
initializeColorRules ();