config/Data: use std::forward_list to manage params and blocks
This commit is contained in:
@@ -78,11 +78,6 @@ BlockParam::GetBoolValue() const
|
||||
return value2;
|
||||
}
|
||||
|
||||
ConfigBlock::~ConfigBlock()
|
||||
{
|
||||
delete next;
|
||||
}
|
||||
|
||||
const BlockParam *
|
||||
ConfigBlock::GetBlockParam(const char *name) const noexcept
|
||||
{
|
||||
|
Reference in New Issue
Block a user