mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI: Removed redundant terminator scanning in ::initialize.
This commit is contained in:
parent
61470d7820
commit
1281dfbf22
1 changed files with 0 additions and 4 deletions
|
@ -339,11 +339,7 @@ void CLI::initialize (int argc, const char** argv)
|
|||
|
||||
_original_args.push_back (argv[0]);
|
||||
for (int i = 1; i < argc; ++i)
|
||||
{
|
||||
if (isTerminator (argv[i]))
|
||||
_terminated = true;
|
||||
addArg (argv[i]);
|
||||
}
|
||||
|
||||
analyze ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue