lib/cli: Remove completely useless TODO

windows
BodgeMaster 2022-12-20 17:06:22 +01:00
parent 7108e71b96
commit ad5bf1c41a
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ namespace CLI {
}
ArgumentsParser::~ArgumentsParser() {
//TODO: check that this actually runs
for (auto const& [shortName, flag]: this->flagsByShortName) {
delete flag;
}