Merge pull request #17723 from pemmanuelviel:pev--remove-duplicate

This commit is contained in:
Alexander Alekhin 2020-07-01 18:14:08 +00:00
commit 5a7045181a

View File

@ -386,7 +386,6 @@ public:
throw FLANNException("Unknown algorithm for choosing initial centers.");
}
trees_ = get_param(params,"trees",4);
root = new NodePtr[trees_];
indices = new int*[trees_];