mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Removed redundant A3::apply_overrides call.
This commit is contained in:
parent
1c24ec9c20
commit
410e3890c6
1 changed files with 0 additions and 4 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue