Code Cleanup

- Removed unnecessary vector.
This commit is contained in:
Paul Beckingham 2014-01-12 16:03:59 -05:00
parent ddbf04c4ad
commit 6018a174e0

View file

@ -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));
}