diff --git a/src/A3.cpp b/src/A3.cpp index c5c27f0e6..2753a9e30 100644 --- a/src/A3.cpp +++ b/src/A3.cpp @@ -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 parts; this->push_back (Arg (arg)); }