Code Cleanup
- Removed unnecessary vector.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user