Removed unused argument list member from Deconstructor

release/4.3a0
Richard Roberts 2012-07-11 21:43:13 +00:00
parent 646457bfb2
commit 42dec286ee
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ struct Deconstructor {
} }
// Then the instance variables are set directly by the Module deconstructor // Then the instance variables are set directly by the Module deconstructor
ArgumentList args;
std::string name; std::string name;
bool verbose_; bool verbose_;