mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Removed unnecessary vector.
This commit is contained in:
parent
ddbf04c4ad
commit
6018a174e0
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ void A3::capture (int argc, const char** argv)
|
|||
// Append an Arg with a blank category.
|
||||
void A3::capture (const std::string& arg)
|
||||
{
|
||||
std::vector <std::string> parts;
|
||||
this->push_back (Arg (arg));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue