Remove duplicate line

This commit is contained in:
Pierre-Emmanuel Viel 2020-07-01 18:15:01 +02:00
parent a84afb6334
commit 93a6be836c

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_];