mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +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.
|
// Handle Aliases.
|
||||||
loadAliases ();
|
loadAliases ();
|
||||||
|
|
||||||
a3.resolve_aliases ();
|
a3.resolve_aliases ();
|
||||||
|
|
||||||
// Apply rc overrides to Context::config, capturing raw args for later use.
|
|
||||||
a3.apply_overrides ();
|
|
||||||
|
|
||||||
// Initialize the color rules, if necessary.
|
// Initialize the color rules, if necessary.
|
||||||
if (color ())
|
if (color ())
|
||||||
initializeColorRules ();
|
initializeColorRules ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue