Removed unused argument list member from Deconstructor
parent
646457bfb2
commit
42dec286ee
|
@ -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_;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue