Anon: remove unnecessary {map,vector}::clear() calls

The destructor will do this automatically.
This commit is contained in:
Max Kellermann 2020-02-02 16:48:18 +01:00
parent 05f692995d
commit acdfd5706e
2 changed files with 1 additions and 3 deletions

View file

@ -144,8 +144,6 @@ AnonymizeIPAddr_A50::~AnonymizeIPAddr_A50()
{
for ( unsigned int i = 0; i < blocks.size(); ++i )
delete [] blocks[i];
blocks.clear();
}
void AnonymizeIPAddr_A50::init()