From 410e3890c6ac58511cdfe9fc2c783fbc05cb6b7f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 14 Apr 2014 00:44:54 -0400 Subject: [PATCH] Code Cleanup - Removed redundant A3::apply_overrides call. --- src/Context.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 80eb0c573..b918069ce 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -150,12 +150,8 @@ int Context::initialize (int argc, const char** argv) // Handle Aliases. loadAliases (); - a3.resolve_aliases (); - // Apply rc overrides to Context::config, capturing raw args for later use. - a3.apply_overrides (); - // Initialize the color rules, if necessary. if (color ()) initializeColorRules ();