lib/cli: Remove completely useless TODO
parent
7108e71b96
commit
ad5bf1c41a
|
@ -202,7 +202,6 @@ namespace CLI {
|
|||
}
|
||||
|
||||
ArgumentsParser::~ArgumentsParser() {
|
||||
//TODO: check that this actually runs
|
||||
for (auto const& [shortName, flag]: this->flagsByShortName) {
|
||||
delete flag;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue