Merge branch 'master' into 2.4.0

This commit is contained in:
Paul Beckingham
2014-01-15 22:17:30 -05:00
31 changed files with 139 additions and 219 deletions

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